use shift+enter for completion in terminal

This commit is contained in:
Noah Masur
2022-10-31 20:47:33 -04:00
parent 40424a0102
commit 38695b29bd
3 changed files with 7 additions and 4 deletions

View File

@ -720,7 +720,7 @@ shell:
# in the order they were defined in.
key_bindings:
# Used for word completion in fish_user_key_bindings
- { key: L, mods: Control|Shift, chars: "\x1F" }
- { key: Return, mods: Shift, chars: "\x1F" }
# Used for searching nixpkgs in fish_user_key_bindings
- { key: N, mods: Control|Shift, chars: "\x11F" }
- { key: H, mods: Control|Shift, mode: ~Vi, action: ToggleViMode }