Added kitty term config, set vim to vimx if it exists
This commit is contained in:
@@ -56,10 +56,12 @@ export PATH=$GOPATH:$GOPATH/bin:$PATH
|
||||
# use vimx if available (for clipboard support)
|
||||
if [ -f "/usr/bin/vimx" ]; then
|
||||
export EDITOR=/usr/bin/vimx
|
||||
alias vim=/usr/bin/vimx
|
||||
else
|
||||
export EDITOR=/usr/bin/vim
|
||||
fi
|
||||
|
||||
|
||||
# so stupid, systemd ignores EDITOR and requires its own env variable
|
||||
# just set it to whatever editor is
|
||||
export SYSTEMD_EDITOR=$EDITOR
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
set -g default-terminal screen-256color
|
||||
#set-option -sa terminal-overrides ",xterm-kitty:RGB"
|
||||
|
||||
#remove escape delay
|
||||
set -s escape-time 0
|
||||
|
||||
Reference in New Issue
Block a user