added stuff
This commit is contained in:
parent
6d31f5b5a1
commit
7d4f626b7d
907 changed files with 70990 additions and 0 deletions
11
nyx/homes/notashelf/programs/terminal/shell/zsh/rc/binds.zsh
Normal file
11
nyx/homes/notashelf/programs/terminal/shell/zsh/rc/binds.zsh
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Enable Vi mode
|
||||
bindkey -v
|
||||
|
||||
# Use vim keys in the tab complete menu
|
||||
bindkey -M menuselect 'h' vi-backward-char
|
||||
bindkey -M menuselect 'k' vi-up-line-or-history
|
||||
bindkey -M menuselect 'l' vi-forward-char
|
||||
bindkey -M menuselect 'j' vi-down-line-or-history
|
||||
|
||||
bindkey "^A" vi-beginning-of-line
|
||||
bindkey "^E" vi-end-of-line
|
Loading…
Add table
Add a link
Reference in a new issue