Update vim and tmux
This commit is contained in:
parent
2ba04fe1ab
commit
b1ff368a79
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ unbind C-b
|
||||||
bind-key a send-prefix
|
bind-key a send-prefix
|
||||||
|
|
||||||
set -g display-time 1000
|
set -g display-time 1000
|
||||||
|
set-option -g allow-rename off
|
||||||
|
|
||||||
set-window-option -g monitor-activity on
|
set-window-option -g monitor-activity on
|
||||||
set -g visual-activity off
|
set -g visual-activity off
|
||||||
|
|
|
@ -85,7 +85,6 @@ let g:minimap_highlight="Cursor"
|
||||||
""""""""""""""""""""""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
set viminfo='10,\"100,:20,%,n~/.viminfo
|
set viminfo='10,\"100,:20,%,n~/.viminfo
|
||||||
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
|
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
|
"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 off
|
||||||
filetype on
|
filetype on
|
||||||
syntax enable " activation de la coloration syntaxique
|
syntax enable " activation de la coloration syntaxique
|
||||||
|
hi Normal ctermbg=black
|
||||||
|
|
Loading…
Reference in a new issue