1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

vim: fix mouse in tmux/byobu

This commit is contained in:
bretello 2020-03-11 15:05:21 +01:00
parent e74c901a22
commit 54c12dd03c

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