diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-01-17 15:55:40 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-01-17 15:57:20 +0100 |
commit | d0f5528ec11c9957dd9b62688771eb62acb0c47f (patch) | |
tree | b32a203aa1bdadcbbde4e158beaae764ebe72215 /Common/vimrc | |
parent | 5c196fb44cd3d569fe5aafc267c8fd5a2abffeb3 (diff) | |
download | dotfiles-d0f5528ec11c9957dd9b62688771eb62acb0c47f.tar.gz dotfiles-d0f5528ec11c9957dd9b62688771eb62acb0c47f.zip |
Do things with zsh and tmux
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 |