Browse code

"Alt+j: goes down directory stack, alt+k: goes up'

Nicolas Viennot authored on 22/04/2012 at 06:04:38
Showing 1 changed files
... ...
@@ -3,7 +3,8 @@
3 3
 bindkey -e
4 4
 bindkey '\ew' kill-region
5 5
 bindkey -s '\el' "ls\n"
6
-bindkey -s '\e.' "..\n"
6
+bindkey -s '\ej' "pushd -1\n"
7
+bindkey -s '\ek' "pushd +1\n"
7 8
 bindkey '^r' history-incremental-search-backward
8 9
 bindkey "^[[5~" up-line-or-history
9 10
 bindkey "^[[6~" down-line-or-history