From 5d40569e5c1ca453df1bf7b0547f3f69e3e684d7 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 21 Feb 2018 01:01:29 -0500 Subject: Add a makefile to rework init.vim. Commit update init.vm TODO: remove in the future and run make in setup --- vim/mouse.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vim/mouse.vim (limited to 'vim/mouse.vim') diff --git a/vim/mouse.vim b/vim/mouse.vim new file mode 100644 index 0000000..3679475 --- /dev/null +++ b/vim/mouse.vim @@ -0,0 +1,8 @@ + +" Be smart about the mouse +set mouse+=a +if &term =~ '^screen' + " tmux knows the extended mouse mode + set ttymouse=xterm2 +endif + -- cgit v1.2.3