all repos — dotfiles @ 87635a79f36cee3fbaa9907b0807bfadc28a9493

my *nix dotfiles

vim: Remove junk

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 16 May 2020 11:29:34 +0530
commit

87635a79f36cee3fbaa9907b0807bfadc28a9493

parent

8d1e646aad73f06cb56e7cd3d69408f4b15e8150

1 files changed, 0 insertions(+), 17 deletions(-)

jump to
M home/.vimrchome/.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