diff options
| Commit | 7b431a2b9f4127bedd39eccf748482d54d6a008b (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2022-11-11 14:41:57 +0200 |
| Committer | Syndamia <kamen@syndamia.com> | 2022-11-11 14:41:57 +0200 |
| Files | 3b9114a3d42502f2f39c68cb8fb9ab3e2926af71 /.vimrc | |
| dotfiles-7b431a2b9f4127bedd39eccf748482d54d6a008b.tar dotfiles-7b431a2b9f4127bedd39eccf748482d54d6a008b.tar.gz dotfiles-7b431a2b9f4127bedd39eccf748482d54d6a008b.zip | ||
| Parent | 3e15768edfd8f68d0018445fd79b6d94d68c90ac (diff) | |
[vimrc] Added CodeTerminal insert mode mappings
1 files changed, 2 insertions, 0 deletions
| -rw-r--r-- | .vimrc | 2 |
@@ -246,6 +246,8 @@ noremap <F3> :call CodeTerminal(g:codebuildsingle)<CR> noremap <F4> :call CodeTerminal(g:codebuildproject)<CR> + inoremap <F3> <C-O>:call CodeTerminal(g:codebuildsingle)<CR> + inoremap <F4> <C-O>: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> |
