diff options
author | Julian T <julian@jtle.dk> | 2021-11-28 15:48:51 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-11-28 15:48:51 +0100 |
commit | 53a34fa0d72e0a65dfc1b74897c699aae9dfc4ea (patch) | |
tree | ab54a489590456f8c01ad3b1e9de3a63f7cc774a /fish/.config | |
parent | e04c6075dfe6c693933e13be863fbfe3ef4b76f8 (diff) |
Use kakoune as default, and more kakoune config
Diffstat (limited to 'fish/.config')
-rw-r--r-- | fish/.config/fish/config.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 9031b65..bf25e2a 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,7 +1,7 @@ # Vim stuff alias vim "nvim" -set -x EDITOR nvim -set -x SUDO_EDITOR nvim +set -x EDITOR kak +set -x SUDO_EDITOR kak # Other things set -x TERM xterm-256color |