Skip to content

Instantly share code, notes, and snippets.

@mheiber
Last active March 1, 2018 03:16
Show Gist options
  • Save mheiber/c234e0a9aac5404e8fd36ef58423fb31 to your computer and use it in GitHub Desktop.
Save mheiber/c234e0a9aac5404e8fd36ef58423fb31 to your computer and use it in GitHub Desktop.
:tnoremap <Esc> <C-\><C-n>
:tnoremap jj <C-\><C-n>
:tnoremap <C-w><C-w> <C-\><C-n><C-w><C-w>
:source ~/.vimrc
au TermOpen * setlocal nonumber norelativenumber
:nnoremap <leader>e <C-w><C-w>pa
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-commentary'
Plugin 'tpope/vim-repeat'
Plugin 'tomasiser/vim-code-dark'
colo codedark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment