diff options
| author | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
| commit | 73a217ffa13aa728f1903b782428f7f522b4539a (patch) | |
| tree | fde1ef460fed0cc6023f8aacebf3d5fb3043b700 /.config/fish/functions/fish_user_key_bindings.fish | |
Initial dotfile stuff
Diffstat (limited to '.config/fish/functions/fish_user_key_bindings.fish')
| -rw-r--r-- | .config/fish/functions/fish_user_key_bindings.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..e0b3575 --- /dev/null +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1,5 @@ +function fish_user_key_bindings + fish_default_key_bindings -M insert + + fish_vi_key_bindings --no-erase insert +end |
