mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Change zsh keybindings to alt+hjkl to fix problems with ctrl+l clear shortcut
This commit is contained in:
parent
998700b59f
commit
c30511eb0c
@ -5,10 +5,10 @@
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
initExtra = ''
|
||||
bindkey "^H" backward-word
|
||||
bindkey "^J" down-line-or-history
|
||||
bindkey "^K" up-line-or-history
|
||||
bindkey "^L" forward-word
|
||||
bindkey "\eh" backward-word
|
||||
bindkey "\ej" down-line-or-history
|
||||
bindkey "\ek" up-line-or-history
|
||||
bindkey "\el" forward-word
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
|
Loading…
Reference in New Issue
Block a user