diff options
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -246,6 +246,9 @@ noremap <F3> :call CodeTerminal(g:codebuildsingle)<CR> noremap <F4> :call CodeTerminal(g:codebuildproject)<CR> + " We assume that the last accessed window is the one with the source code, otherwise it gets complicated + tnoremap <F3> <C-W><C-P>:call CodeTerminal(g:codebuildsingle)<CR><C-W><C-P> + tnoremap <F4> <C-W><C-P>:call CodeTerminal(g:codebuildproject)<CR><C-W><C-P> let t:codetermbufnr = -1 |
