Andrew's git
/
dotfiles.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remove zsh keybinds
author
Andrew Lorimer
<andrew@lorimer.id.au>
Tue, 14 May 2019 09:43:46 +0000
(19:43 +1000)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Tue, 14 May 2019 09:43:46 +0000
(19:43 +1000)
zsh/.zshrc
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7a1b639
)
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index 2f27256219ea8d1cad8aebddbc7c2ae2487b6dce..4567a80b68d0a4204f896f540c5766685e571e00 100755
(executable)
--- a/
zsh/.zshrc
+++ b/
zsh/.zshrc
@@
-11,20
+11,12
@@
export ZSH=$HOME/.oh-my-zsh
# Keybinds
# ---
# Keybinds
# ---
-#
Ctrl+Bksp deletes preceding word
-bindkey '^H' backward-delete-word
+#
14/05/19 All terminal keybinds are now set in iTerm on larry
+# To modify, go to Preferences > Profiles > Keys
-#
Ctrl+Del deletes succeeding word
-bindkey
'^[[3^' delete-word
+#
Use vi mode
+bindkey
-v
-# Ctrl+left arrow moves cursor one word left
-bindkey '^[Od' backward-word
-
-# Ctrl+right arrow moves cursor one word right
-bindkey '^[Oc' forward-word
-
-# Custom delimeters for delete-word
-WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
# ---
# Behaviour
# ---
# Behaviour