|
@@ -11,4 +11,24 @@ bindkey "^[[H" beginning-of-line
|
|
|
bindkey "^[[1~" beginning-of-line
|
|
|
bindkey "^[[F" end-of-line
|
|
|
bindkey "^[[4~" end-of-line
|
|
|
-bindkey ' ' magic-space # also do history expansion on space
|
|
|
+bindkey ' ' magic-space # also do history expansion on space
|
|
|
+
|
|
|
+
|
|
|
+# consider emacs keybindings:
|
|
|
+
|
|
|
+#bindkey -e ## emacs key bindings
|
|
|
+#
|
|
|
+#bindkey '^[[A' up-line-or-search
|
|
|
+#bindkey '^[[B' down-line-or-search
|
|
|
+#bindkey '^[^[[C' emacs-forward-word
|
|
|
+#bindkey '^[^[[D' emacs-backward-word
|
|
|
+#
|
|
|
+#bindkey -s '^X^Z' '%-^M'
|
|
|
+#bindkey '^[e' expand-cmd-path
|
|
|
+#bindkey '^[^I' reverse-menu-complete
|
|
|
+#bindkey '^X^N' accept-and-infer-next-history
|
|
|
+#bindkey '^W' kill-region
|
|
|
+#bindkey '^I' complete-word
|
|
|
+## Fix weird sequence that rxvt produces
|
|
|
+#bindkey -s '^[[Z' '\t'
|
|
|
+#
|