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