# HG changeset patch # User zegervdv # Date 1413619298 -7200 # Node ID 0d420021bd5d5c34d837adb1979e72a3809dc804 # Parent 3333853b8bbef04cbd7b67da80a8dc88c32999a7 Add breakindent diff -r 3333853b8bbe -r 0d420021bd5d tmux.conf --- a/tmux.conf Thu Oct 16 00:40:11 2014 +0200 +++ b/tmux.conf Sat Oct 18 10:01:38 2014 +0200 @@ -48,6 +48,8 @@ # switch to last pane bind-key C-a last-pane +setw -g mode-mouse on + # Map window numbers # bind-key & select-window -t 1 # bind-key é select-window -t 2 diff -r 3333853b8bbe -r 0d420021bd5d vimrc --- a/vimrc Thu Oct 16 00:40:11 2014 +0200 +++ b/vimrc Sat Oct 18 10:01:38 2014 +0200 @@ -27,6 +27,7 @@ set wrap set wrapmargin=2 set linebreak +set breakindent set lbr set tabstop=2 shiftwidth=2 if has("gui_running")