From 97c64f8981f2fe9ec62268366463ecde8cd6533b Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Wed, 29 Nov 2017 23:07:22 -0500 Subject: [PATCH] minor changes for mouse support less obtrusive syntastic checks --- tmux.conf | 3 +++ vimrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 653cca8..8ef9247 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,3 +22,6 @@ bind -n M-Left select-pane -L bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D + +# set mouse on for scrolling +set -g mouse on diff --git a/vimrc b/vimrc index 9c9ecd3..9efd410 100644 --- a/vimrc +++ b/vimrc @@ -103,7 +103,7 @@ set statusline+=%* let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 -let g:syntastic_check_on_open = 1 +let g:syntastic_check_on_open = 0 let g:syntastic_check_on_wq = 0 let g:syntastic_python_checkers = ['flake8'] -- libgit2 0.28.4