'nother typo

This commit is contained in:
2018-07-02 00:00:33 -04:00
parent 2d87eb80d9
commit e9df1718ba
5 changed files with 101 additions and 102 deletions

3
vimrc
View File

@@ -52,7 +52,7 @@ set shiftwidth=4
set expandtab
"" Stupid backspace setting
set backspace=2
"set backspace=2
"" Remember location in file
if has("autocmd")
@@ -74,6 +74,7 @@ filetype plugin on
"" Ctags
set path+=;/
set tags+=c_tags;/
set tags+=tags;/
" By default ^W ^] splits horizontal, so now ^] splits vertically
map <C-\> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>