changeset 147:0d420021bd5d

Add breakindent
author zegervdv <zegervdv@me.com>
date Sat, 18 Oct 2014 10:01:38 +0200
parents 3333853b8bbe
children 4e92ca6c779a
files tmux.conf vimrc
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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")