diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 00992ae..721ab78 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -186,30 +186,6 @@ endfunction inoremap =InsertTabWrapper() inoremap - - -" Switch between the last two files -nnoremap - -" Get off my lawn -nnoremap :echoe "Use h" -nnoremap :echoe "Use l" -nnoremap :echoe "Use k" -nnoremap :echoe "Use j" - -" vim-test mappings -nnoremap t :TestFile -nnoremap s :TestNearest -nnoremap l :TestLast -nnoremap a :TestSuite -nnoremap gt :TestVisit - -" Run commands that require an interactive shell -nnoremap r :RunInInteractiveShell - -" Treat
  • and

    tags like the block tags they are -let g:html_indent_tags = 'li\|p' - " Open new split panes to right and bottom, which feels more natural set splitbelow set splitright @@ -220,22 +196,9 @@ nnoremap k nnoremap h nnoremap l -" Move between linting errors -nnoremap ]r :ALENextWrap -nnoremap [r :ALEPreviousWrap - -" Map Ctrl + p to open fuzzy find (FZF) -nnoremap :Files - -" Set spellfile to location that is guaranteed to exist, can be symlinked to -" Dropbox or kept in Git and managed outside of thoughtbot/dotfiles using rcm. -set spellfile=$HOME/.vim-spell-en.utf-8.add - -" Autocomplete with dictionary words when spell check is on + Autocomplete with dictionary words when spell check is on set complete+=kspell -" Always use vertical diffs -set diffopt+=vertical " Local config if filereadable($HOME . "/.vimrc.local")