Update .vimrc
This commit is contained in:
parent
7ee80da6ea
commit
dbcd962ed0
11
.vimrc
11
.vimrc
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
"INDENT config
|
"INDENT config
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
"" show existing tab with 4 spaces width
|
" show existing tab with 4 spaces width
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
"
|
|
||||||
"" when indenting with '>', use 4 spaces width
|
" when indenting with '>', use 4 spaces width
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
"
|
|
||||||
"" On pressing tab, insert 4 spaces
|
" On pressing tab, insert 4 spaces
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
||||||
"MACROS config
|
"MACROS config
|
||||||
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
"LaTEX config
|
"LaTEX config
|
||||||
vnoremap <C-b> c{\bfseries <C-r>"}<Esc>
|
vnoremap <C-b> c{\bfseries <C-r>"}<Esc>
|
||||||
|
vnoremap <C-t> c{\<C-r>"}<Esc>%2li<Space><Esc>i
|
||||||
|
|
||||||
"PLUGIN config
|
"PLUGIN config
|
||||||
let g:NERDTreeNodeDelimiter = "\u00a0"
|
let g:NERDTreeNodeDelimiter = "\u00a0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user