configure vi mode for fish
This commit is contained in:
parent
379cf7067e
commit
24bfbbabfa
|
@ -8,6 +8,9 @@ in
|
|||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellInit = ''
|
||||
fish_vi_key_bindings
|
||||
'';
|
||||
inherit shellAliases;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue