feat(zsh): control backspace deletes word
This commit is contained in:
parent
2028326de5
commit
f1706de798
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
|
@ -149,6 +149,9 @@ in {
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
# enable jj completion
|
# enable jj completion
|
||||||
source <(jj util completion zsh)
|
source <(jj util completion zsh)
|
||||||
|
|
||||||
|
# bind ctrl-backspace to delete word
|
||||||
|
bindkey '^H' backward-kill-word
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue