aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-12-03 11:44:37 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-12-03 11:44:37 +0800
commita92fd3ae9f2059e115b2a96960bfe54a6ea1f5a9 (patch)
tree0dba53798d470560a41360fd26a40650b090084f /zsh
parent5ea51a7064cd0d15173a8e3eac2892b6e1fd6c8b (diff)
Update
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