Navigation Menu

Skip to content

Commit

Permalink
Support resizing in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Sep 15, 2013
1 parent e3e54a7 commit 8ee17b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -35,6 +35,9 @@ set clipboard=unnamed " Use the OS clipboard by default
set wildmenu " Wild char completion menu
set wildmode=list:longest,list:full
set mouse=a " Enable mouse in all modes
if exists('$TMUX')
set ttymouse=xterm2 " Support resizing in tmux
endif
set autoread " Set to auto read when a file is changed from the outside

syntax on " Syntax highlighting
Expand Down

0 comments on commit 8ee17b0

Please sign in to comment.