We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ee1e4 commit 57488a6Copy full SHA for 57488a6
home/gabriel/features/cli/fish/bindings.nix
@@ -10,8 +10,7 @@ in
10
{
11
programs.fish = {
12
interactiveShellInit = ''
13
- fish_vi_key_bindings
14
- ${lib.optionalString useHelix "fish_helix_key_bindings"}
+ ${if useHelix then "fish_helix_key_bindings" else "fish_vi_key_bindings"}
15
set fish_cursor_default block blink
16
set fish_cursor_insert line blink
17
set fish_cursor_replace_one underscore blink
0 commit comments