use emacs keybinds
This commit is contained in:
parent
2bda238f51
commit
86aa336561
3
zshrc
3
zshrc
|
@ -75,7 +75,8 @@ zstyle ':completion:*' menu select # select completions with arrow keys
|
||||||
zstyle ':completion:*' group-name '' # group results by category
|
zstyle ':completion:*' group-name '' # group results by category
|
||||||
zstyle ':completion:::::' completer _expand _complete _ignored _approximate # enable approximate matches
|
zstyle ':completion:::::' completer _expand _complete _ignored _approximate # enable approximate matches
|
||||||
|
|
||||||
bindkey -v
|
# use emacs style keymaps (ctrl+a, ctrl+e, etc)
|
||||||
|
bindkey -e
|
||||||
|
|
||||||
# The following line was added by compinstall
|
# The following line was added by compinstall
|
||||||
zstyle :compinstall filename '/home/ray/.zshrc'
|
zstyle :compinstall filename '/home/ray/.zshrc'
|
||||||
|
|
Loading…
Reference in New Issue