... | ... |
@@ -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 |