]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/10_keyboard/10_keyboard.zshrc
Implement FG, BG and FX arrays, compatible to OhMyZsh & spectrum
[ax-zsh.git] / core / 10_keyboard / 10_keyboard.zshrc
index 0e529de127aaa7d78edb80928e8ab22ceb1a1b0d..e301df3558115e9e0cc99a7700a3e4e90ae96bc4 100644 (file)
@@ -19,3 +19,6 @@ after-first-word() {
 }
 zle -N after-first-word
 bindkey "\C-x1" after-first-word
+
+# Push back current line.
+bindkey '\C-x\C-p' push-line