update keyboard bindings for zsh and add notes on more dconf helpers
This commit is contained in:
parent
1bda0bb5d8
commit
0360d68f88
2 changed files with 12 additions and 1 deletions
|
@ -6,7 +6,16 @@
|
|||
|
||||
shellAliases = { };
|
||||
|
||||
defaultKeymap = "emacs";
|
||||
|
||||
profileExtra = ''
|
||||
# Make home/end and ctrl + left/right nav how I expect them to like in bash
|
||||
bindkey "\e[1~" beginning-of-line
|
||||
bindkey "\e[4~" end-of-line
|
||||
bindkey '^[[1;5D' emacs-backward-word
|
||||
bindkey '^[[1;5C' emacs-forward-word
|
||||
|
||||
# Auto completion/suggestions/and case insensitivity
|
||||
autoload -Uz compinit && compinit
|
||||
setopt correct
|
||||
setopt extendedglob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue