diff options
| author | Blista Kanjo | 2023-08-03 15:30:40 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-03 15:30:40 -0400 |
| commit | 765065cd7171beee8248cf1f3796d8254548bcf1 (patch) | |
| tree | 157773f1ac103313a723724ef6f7042f40429000 /.config | |
| parent | b176875022c4c3b8e59165e983cecba54ecf50b4 (diff) | |
refactor: `bindkey "^f" forward-word; bindkey "^b" backward-word`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index 0368b49..b13bfd9 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -123,4 +123,5 @@ export LESS_TERMCAP_so=$'\e[01;31m' export LESS_TERMCAP_ue=$'\e[0m' export LESS_TERMCAP_us=$'\e[1;4;33m' -bindkey "^ " forward-word +bindkey "^f" forward-word +bindkey "^b" backward-word |
