diff options
-rw-r--r-- | .config/fish/config.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..023ff7b --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,5 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end + +fish_vi_key_bindings |