diff options
author | jeschli <jeschli@gmail.com> | 2018-02-09 15:11:24 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-02-09 15:11:24 +0100 |
commit | ab24f3c3a802eabef3f425d2b46e1b4ffc626e71 (patch) | |
tree | afd65faa65a448c694374062e108c61edb7ef08e /jeschli/2configs/vim.nix | |
parent | 057d428ef53632cd8e6df7efd9ed5ca84c9a7b56 (diff) |
j vim.nix: remap tt to GoTest
Diffstat (limited to 'jeschli/2configs/vim.nix')
-rw-r--r-- | jeschli/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jeschli/2configs/vim.nix b/jeschli/2configs/vim.nix index 02ea95f6e..c13113f1c 100644 --- a/jeschli/2configs/vim.nix +++ b/jeschli/2configs/vim.nix @@ -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> |