vim: Remove junk Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 16 May 2020 11:29:34 +0530
1 files changed,
0 insertions(+),
17 deletions(-)
jump to
M
home/.vimrc
→
home/.vimrc
@@ -161,27 +161,10 @@ let g:gitgutter_sign_removed = '-'
let g:gitgutter_sign_removed_first_line = '^' let g:gitgutter_sign_modified_removed = '#' -nmap <silent> H :let g:help_in_tabs = !g:help_in_tabs<CR - -" only apply to .txt files -augroup HelpInTabs - autocmd! - autocmd BufEnter *.txt call HelpInNewTab() -augroup END - -" only apply to help files -function! HelpInNewTab () - if &buftype == 'help' && g:help_in_tabs - "Convert the help window to a tab... - execute "normal \<C-W>T" - endif -endfunction - " comments are italicized hi Comment cterm=italic " color overrides hi CursorLine ctermbg=none - " vim-markdown let g:vim_markdown_no_default_key_mappings=1