Skip to content

Commit ca307f5

Browse files
committed
bunch of vimrc changes
set default theme to wombat256 in terminal vim 'zl' is less folds, 'zm' is more folds (for now) changed modeline to not fold automatically
1 parent 2c7ddf5 commit ca307f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vimrc

+2-3
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ cabbrev w!! w !sudo tee % > /dev/null<CR>:e!<CR><CR>
137137
iabbrev YTS <C-R>=Timestamp()<CR>
138138

139139
" reload .vimrc
140-
nnoremap <Leader>rr :source $MYVIMRC<CR>
141-
nnoremap <Leader>rg :source $MYGVIMRC<CR>
140+
nnoremap <Leader>r :source $MYVIMRC<CR>
142141
143142
" zl is less folds, zm is more folds
144143
" z(j/k) navigates between next/prev fold
@@ -196,4 +195,4 @@ nnoremap <silent> <C-w>l :call TmuxWindowMotion('l')<cr>
196195
197196
" }}}
198197

199-
" vim:fdm=marker
198+
" vim:fdm=marker:fdl=1

0 commit comments

Comments
 (0)