diff --git a/bash/.bashrc b/bash/.bashrc index c635a7b..4653245 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a9fb878..57b1642 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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