diff options
Diffstat (limited to 'Common/vimrc')
-rw-r--r-- | Common/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Common/vimrc b/Common/vimrc index 274370a..4769511 100644 --- a/Common/vimrc +++ b/Common/vimrc @@ -258,6 +258,9 @@ endtry " Return to last edit position when opening files (You want this!) au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif +" Make mouse work nice with tmux +set mouse=a + """""""""""""""""""""""""""""" " => Status line |