]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/colemak/colemak.plugin.zsh
remove lib32-testing repo
[dotfiles.git] / zsh / plugins / colemak / colemak.plugin.zsh
1 # ctrl-j newline
2 bindkey '^n' accept-line
3 bindkey -a '^n' accept-line
4
5 # another rotation to match qwerty
6 bindkey -a 'n' down-line-or-history
7 bindkey -a 'e' up-line-or-history
8 bindkey -a 'i' vi-forward-char
9
10 # make qwerty
11 bindkey -a 'k' vi-repeat-search
12 bindkey -a 'K' vi-rev-repeat-search
13 bindkey -a 'u' vi-insert
14 bindkey -a 'U' vi-insert-bol
15 bindkey -a 'l' vi-undo-change
16 bindkey -a 'N' vi-join
17
18 # spare
19 bindkey -a 'j' vi-forward-word-end
20 bindkey -a 'J' vi-forward-blank-word-end
21
22 lesskey $ZSH_CUSTOM/plugins/colemak/colemak-less