My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 0dcd1a9d6e7f2ea6d34e4919a8b0b66b2a7250e1
Parent: ac1837841591c40f8257af70c23e98c1d2f8cade
Author: mcol <mcol@posteo.net>
Date: 2019-02-25 13:37:00 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-02-25 13:37:00 +0000

changed tmux TERM to rxvt, for fix ssh in tmux issues

tmux.conf Modified

@@ -14,7 +14,7 @@
 bind C-a send-keys 'C-a'
 
 # general settings
-set -g default-terminal "tmux-256color"
+set -g default-terminal "rxvt-unicode-256color"
 set -g mouse on
 set -g history-limit 5000
 set -s escape-time 0