From b1ff368a79d0eea870d40d9684207d09150e558a Mon Sep 17 00:00:00 2001 From: "kujiu (@havelock.kujiu.org)" Date: Mon, 12 Jun 2017 12:04:58 +0200 Subject: [PATCH] Update vim and tmux --- common/.tmux.conf | 1 + common/.vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/.tmux.conf b/common/.tmux.conf index 983e671..3b39eb5 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -4,6 +4,7 @@ unbind C-b bind-key a send-prefix set -g display-time 1000 +set-option -g allow-rename off set-window-option -g monitor-activity on set -g visual-activity off diff --git a/common/.vimrc b/common/.vimrc index b940206..7c5e68c 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -85,7 +85,6 @@ let g:minimap_highlight="Cursor" """""""""""""""""""""""""""""""""""""""""""""""""" set viminfo='10,\"100,:20,%,n~/.viminfo au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif -au BufEnter,BufWrite * if @% != "*MINIMAP" && @% != "*NERD_tree"|call minimap#ShowMinimap()|endif """""""""""""""""""""""""""""""""""""""""""""""""" "Appel des bundles avec pathogen @@ -257,3 +256,4 @@ autocmd! WinEnter * :if !exists('w:parens_match_id') | let w:parens_match_id=mat filetype off filetype on syntax enable " activation de la coloration syntaxique +hi Normal ctermbg=black