" Selection qui perdure après indentation / désindentation\ vmap \> \>gv\ vmap \< \\ \ pour revenir à l'endroit où on était dans son fichier :\ au BufReadPost \* if line("'\\"") \> 1 && line("'\\"") \<= line("\$") | exe "normal! g\`\\"" | endif\ \ version du /etc/vim/vimrc (ligne 28 mais sinon c'est la meme ligne)\ if has("autocmd")\   au BufReadPost \* if line("'\\"") \> 1 && line("'\\"") \<= line("\$") | exe "normal! g'\\"" | endif\ endif\ \ \ \ " Disable arrows in normal mode\ noremap \ \\ noremap \ \\ noremap \ \\ noremap \ \\ \ cube marrant \ \ :nnoremap \ \\* :let  @/='\\\<\=expand("\")\\\\>'\:set  hls\\ \ ; registre par défaut == registre \* (sous X: celui de la souris, sous windows: celui du CTRL-C/CTRL-V)\ set clipboard=unnamed\ ; registre par défaut == registre + (sous X: celui du CTRL-C/CTRL-V)\ set clipboard=unnamedplus\ \ set undofile\ set undodir=\~/.vim/undodir\ \ \ \ Redshift\ \ .config\ ; Global settings\ [redshift]\ temp-day=5700\ temp-night=3500\ transition=1\ gamma=0.8:0.7:0.8\ location-provider=manual\ adjustment-method=vidmode\ \ ; The location provider and adjustment method settings\ ; are in their own sections.\ [manual]\ lat=**48.9**\ lon=**2.4**\ \ ; In this example screen 1 is adjusted by vidmode. Note\ ; that the numbering starts from 0, so this is actually\ ; the second screen.\ [vidmode]\ screen=**0**\ \ Plein de slides intéressants écrits par l’indispensable Clochix :\ \