Change $EDITOR to vim

This commit is contained in:
2022-09-20 11:21:44 -07:00
parent 3ed5ac83c1
commit ce344fb02a

View File

@@ -46,7 +46,7 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
shellInit = '' shellInit = ''
set --universal fish_greeting set --universal fish_greeting
set -g -x EDITOR "emacsclient" set -g -x EDITOR "vim"
set -g -x ALTERNATE_EDITOR "vim" set -g -x ALTERNATE_EDITOR "vim"
set -g -x TERMINAL "kitty" set -g -x TERMINAL "kitty"
set -g -x LESS "--ignore-case --QUIET --RAW-CONTROL-CHARS" set -g -x LESS "--ignore-case --QUIET --RAW-CONTROL-CHARS"