use emacs keybinds

This commit is contained in:
Ray Elliott 2020-07-13 21:31:30 +01:00
parent 2bda238f51
commit 86aa336561
1 changed files with 2 additions and 1 deletions

3
zshrc
View File

@ -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'