fish: remove ctrl-z binding

This commit is contained in:
Antoine Vaure 2025-01-04 17:46:15 +01:00
parent 27a44f849f
commit 540b2892ad

View file

@ -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