j vim.nix: remap tt to GoTest
This commit is contained in:
parent
057d428ef5
commit
ab24f3c3a8
@ -45,6 +45,7 @@ in {
|
||||
remapStatements = ''
|
||||
imap jk <Esc>
|
||||
map gr :GoRun<Enter> " Map gr to execute go run
|
||||
map tt :GoTest<Enter> " Map tt to execute go test
|
||||
map nf :NERDTreeToggle<CR>
|
||||
nnoremap <C-TAB> <c-w><c-w>
|
||||
nnoremap <S-TAB> :bnext<CR>
|
||||
|
Loading…
Reference in New Issue
Block a user