Add binds to fish to complete suggestion with alt-n and alt-N
This commit is contained in:
parent
d19862f2bc
commit
f4ec763685
1 changed files with 2 additions and 0 deletions
2
fish.nix
2
fish.nix
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue