summaryrefslogtreecommitdiff
path: root/user:hugues/GusBindings.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-02-27 10:11:45 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-02-27 10:11:45 +0100
commit8db72288de6ccfda17ce0a14b6ffaaa3a6a09019 (patch)
tree9b10bfb435e4642510a11d4e73ea34542d747c84 /user:hugues/GusBindings.zsh
parent2c83939a5779bc890fb33ea115a943cba2b1f5e0 (diff)
Push-line -OR- edit..
Diffstat (limited to 'user:hugues/GusBindings.zsh')
-rw-r--r--user:hugues/GusBindings.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/user:hugues/GusBindings.zsh b/user:hugues/GusBindings.zsh
index 355ee59..495e4ef 100644
--- a/user:hugues/GusBindings.zsh
+++ b/user:hugues/GusBindings.zsh
@@ -63,7 +63,7 @@ bindkey '^M' accept-line
bindkey '^N' down-line-or-history
bindkey '^O' accept-line-and-down-history
bindkey '^P' up-line-or-history
-bindkey '^Q' push-line
+bindkey '^Q' push-line-or-edit
bindkey '^R' history-incremental-search-backward
bindkey '^S' history-incremental-search-forward
bindkey '^T' transpose-chars
@@ -148,7 +148,7 @@ bindkey '^[OB' down-line-or-history
bindkey '^[OC' forward-char
bindkey '^[OD' backward-char
bindkey '^[P' history-search-backward
-bindkey '^[Q' push-line
+bindkey '^[Q' push-line-or-edit
bindkey '^[S' spell-word
bindkey '^[T' transpose-words
bindkey '^[U' up-case-word