Update vim and tmux

This commit is contained in:
Kujiu 2017-06-12 12:04:58 +02:00
parent 2ba04fe1ab
commit b1ff368a79
No known key found for this signature in database
GPG Key ID: F6A8243BF7C8404D
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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