changeset 208:3cc8f190eed9

Add less highlighting
author zegervdv <zegervdv@me.com>
date Tue, 25 Nov 2014 20:26:22 +0100
parents e519bf689316
children 945ce864a4e9
files tmux.conf vimrc
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tmux.conf	Mon Nov 24 21:27:45 2014 +0100
+++ b/tmux.conf	Tue Nov 25 20:26:22 2014 +0100
@@ -49,7 +49,8 @@
 
 bind-key r source ~/.tmux.conf
 
-
+# Fix hightlighting in less
+set -ga terminal-overrides ',*:sitm@,ritm@'
 
 # remove administrative debris (session name, hostname, time) in status bar
 # set -g status-left ''
--- a/vimrc	Mon Nov 24 21:27:45 2014 +0100
+++ b/vimrc	Tue Nov 25 20:26:22 2014 +0100
@@ -17,6 +17,7 @@
 Plug 'tpope/vim-eunuch'
 Plug 'scrooloose/syntastic'
 Plug 'tpope/vim-commentary'
+Plug 'wellle/targets.vim'
 " Undo
 Plug 'sjl/gundo.vim', { 'on': 'GundoToggle' }