j vim.nix: remap tt to GoTest

This commit is contained in:
jeschli 2018-02-09 15:11:24 +01:00
parent 057d428ef5
commit ab24f3c3a8

View File

@ -45,6 +45,7 @@ in {
remapStatements = '' remapStatements = ''
imap jk <Esc> imap jk <Esc>
map gr :GoRun<Enter> " Map gr to execute go run map gr :GoRun<Enter> " Map gr to execute go run
map tt :GoTest<Enter> " Map tt to execute go test
map nf :NERDTreeToggle<CR> map nf :NERDTreeToggle<CR>
nnoremap <C-TAB> <c-w><c-w> nnoremap <C-TAB> <c-w><c-w>
nnoremap <S-TAB> :bnext<CR> nnoremap <S-TAB> :bnext<CR>