mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
add keybinds for sanity
This commit is contained in:
parent
aed78bb918
commit
b04f4d6c1f
2 changed files with 4 additions and 4 deletions
4
Nix.org
4
Nix.org
|
|
@ -1916,8 +1916,8 @@ zsh is clearly the most convenient shell for me and it happens to be super neat
|
||||||
};
|
};
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
bindkey "^[D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
bindkey "^[C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -672,8 +672,8 @@ programs.zsh = {
|
||||||
};
|
};
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
bindkey "^[D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
bindkey "^[C" forward-word
|
bindkey "^[[1;5C" forward-word
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue