Change $EDITOR to vim
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user