in fish: alt-f, alt-F instead of alt-n, alt-N
This commit is contained in:
parent
616981a8bb
commit
f175f875a9
1 changed files with 2 additions and 2 deletions
4
fish.nix
4
fish.nix
|
|
@ -15,8 +15,8 @@
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set -gx fish_greeting
|
set -gx fish_greeting
|
||||||
set -x DIRENV_LOG_FORMAT ""
|
set -x DIRENV_LOG_FORMAT ""
|
||||||
bind \en forward-word
|
bind \ef forward-word
|
||||||
bind \eN accept-autosuggestion
|
bind \eF accept-autosuggestion
|
||||||
'';
|
'';
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue