Minor improvements
This commit is contained in:
parent
69e6730c50
commit
644db93f99
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ nnoremap <C-l> <C-w>l
|
||||||
" Set editor shell to bash, for Syntastic compatibility
|
" Set editor shell to bash, for Syntastic compatibility
|
||||||
set shell=bash
|
set shell=bash
|
||||||
|
|
||||||
|
" Allow visual block mode to select anywhere.
|
||||||
|
"
|
||||||
|
" I want to use this to manage my ascii drawings
|
||||||
|
set virtualedit=block
|
||||||
|
|
||||||
|
" I am always adding /g. No longer, suckers!
|
||||||
|
set gdefault
|
||||||
|
|
||||||
" Find files
|
" Find files
|
||||||
"
|
"
|
||||||
" My fuzzy file finder has changed, but the commands I use to interact
|
" My fuzzy file finder has changed, but the commands I use to interact
|
||||||
|
|
Loading…
Add table
Reference in a new issue