fish: remove ctrl-z binding
This commit is contained in:
parent
27a44f849f
commit
540b2892ad
1 changed files with 0 additions and 2 deletions
2
fish.nix
2
fish.nix
|
|
@ -13,9 +13,7 @@
|
||||||
'' else "");
|
'' else "");
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
# bind ctrl+s to fg
|
|
||||||
set -gx fish_greeting
|
set -gx fish_greeting
|
||||||
bind \cz 'fg 2>/dev/null; commandline -f repaint'
|
|
||||||
set -x DIRENV_LOG_FORMAT ""
|
set -x DIRENV_LOG_FORMAT ""
|
||||||
bind \en forward-word
|
bind \en forward-word
|
||||||
bind \eN accept-autosuggestion
|
bind \eN accept-autosuggestion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue