| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# TODO: Explain what some of this does.. |
| 2 | 2 |
|
| 3 |
-bindkey -e |
|
| 3 |
+bindkey -v |
|
| 4 | 4 |
bindkey '\ew' kill-region |
| 5 | 5 |
|
| 6 | 6 |
# ^j ^i ^m ^, ^. cannot be used |
| ... | ... |
@@ -10,8 +10,6 @@ alias ↑="cd .." |
| 10 | 10 |
bindkey -s '^u' "↑\n" |
| 11 | 11 |
bindkey -s '^b' "←\n" |
| 12 | 12 |
bindkey -s '^f' "→\n" |
| 13 |
-bindkey -s '^k' "ls\n" |
|
| 14 |
-bindkey -s '\ev' "vim\n" |
|
| 15 | 13 |
|
| 16 | 14 |
bindkey '^r' history-incremental-search-backward |
| 17 | 15 |
bindkey "^[[5~" up-line-or-history |