aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index c1ac9a4..4de2b13 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -71,6 +71,7 @@ bindkey -- "\eb" backward-word
71bindkey -- "\ef" forward-word 71bindkey -- "\ef" forward-word
72bindkey -- "\C-x-\C-e" edit-command-line 72bindkey -- "\C-x-\C-e" edit-command-line
73bindkey -- "\C-v" quoted-insert 73bindkey -- "\C-v" quoted-insert
74bindkey -- "\e." insert-last-word
74bindkey -- "${key[PageUp]}" beginning-of-buffer-or-history 75bindkey -- "${key[PageUp]}" beginning-of-buffer-or-history
75bindkey -- "${key[PageDown]}" end-of-buffer-or-history 76bindkey -- "${key[PageDown]}" end-of-buffer-or-history
76bindkey -- "${key[Shift-Tab]}" reverse-menu-complete 77bindkey -- "${key[Shift-Tab]}" reverse-menu-complete