vim: fix mouse in tmux/byobu

feature/symbol-search
bretello 2020-03-11 15:05:21 +01:00
parent e74c901a22
commit 54c12dd03c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ colorscheme twilight256
" colorscheme solarized
set mouse=a relativenumber number foldmethod=indent nofoldenable "without nofoldenable all folds are closed at startup"
set ttymouse=xterm2 " fix mouse when used in tmux/byobu https://unix.stackexchange.com/q/50733
set splitbelow splitright
set autoread
set nowrap