Skip to content

Commit

Permalink
Last time I din't update my vimrc my system just broke
Browse files Browse the repository at this point in the history
  • Loading branch information
matthmr committed Sep 29, 2021
1 parent 99d78a8 commit 9838433
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ map <C-w>w <C-w>v

" Quit Alternative
map Q :q<CR>
map <leader>Q :q!<CR>
" Esc Alternative
map <C-c> <ESC>
Expand All @@ -116,7 +117,7 @@ let @n="*NOTE(mh): "
let @t="*TODO(mh): "
let @b="*NOTE.: "
let @r="*TODO.: "
let @f="*FIXME(mh)"
let @f="*FIXME(mh):"
let @d="*FIXME."

" Highlight color fix
Expand Down Expand Up @@ -144,6 +145,7 @@ Plug 'wellle/context.vim'
Plug 'dkprice/vim-easygrep'
Plug 'tpope/vim-surround'
Plug 'pseewald/vim-anyfold'
Plug 'tomasiser/vim-code-dark'
call plug#end()

" Plugin Specific
Expand Down Expand Up @@ -187,3 +189,8 @@ set showcmd
set foldlevel=92 " otherwise everything is folded by default
map <C-t>o :foldopen<CR>
map <C-t>c :foldclose<CR>

"set list
"set listchars=tab:/|/
"map <leader><C-s>

0 comments on commit 9838433

Please sign in to comment.