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:
parent
e74c901a22
commit
54c12dd03c
|
@ -8,6 +8,8 @@ colorscheme twilight256
|
||||||
" colorscheme solarized
|
" colorscheme solarized
|
||||||
|
|
||||||
set mouse=a relativenumber number foldmethod=indent nofoldenable "without nofoldenable all folds are closed at startup"
|
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 splitbelow splitright
|
||||||
set autoread
|
set autoread
|
||||||
set nowrap
|
set nowrap
|
||||||
|
|
Loading…
Reference in New Issue
Block a user