1
0
Fork 0

Added v and fixed j

- `v` Mimics rupa/v: opens the file with vim using viminfo backend.
- fixed `j` alias to only look for directories

[ticket: X]
pull/666/head
vrtcl1dvoshun 12 years ago
parent 7e33c7189e
commit c4c9abc2b6

@ -16,6 +16,7 @@ Aliases
-------
- `j` changes the current working directory interactively.
- `v` Mimics rupa/v: opens the file with vim using viminfo backend.
Completion
----------

@ -49,6 +49,6 @@ function fasd_cd {
# Aliases
#
# Changes the current working directory interactively.
alias j='fasd_cd -i'
alias j='fasd_cd -id' # Changes the current working directory interactively.
alias v='fasd -f -t -e vim -b viminfo' # Mimics rupa/v: opens the file with vim using viminfo backend.

Loading…
Cancel
Save