Add binds to fish to complete suggestion with alt-n and alt-N

This commit is contained in:
Antoine Vaure 2024-12-31 14:42:37 +01:00
parent d19862f2bc
commit f4ec763685

View file

@ -17,6 +17,8 @@
set -gx fish_greeting set -gx fish_greeting
bind \cz 'fg 2>/dev/null; commandline -f repaint' 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 accept-autosuggestion
''; '';
functions = { functions = {