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