diff options
| author | Syndamia <kamen@syndamia.com> | 2023-04-20 10:31:42 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-04-20 10:31:42 +0300 |
| commit | 186380be733fffd5af5e0d3f02d3349598b2a480 (patch) | |
| tree | 740bb1e8f700740efa7ba25616cc32baceb83aca /.vim | |
| parent | 9ed5429741946518d653109f7f5584415a9e0348 (diff) | |
| download | dotfiles-186380be733fffd5af5e0d3f02d3349598b2a480.tar dotfiles-186380be733fffd5af5e0d3f02d3349598b2a480.tar.gz dotfiles-186380be733fffd5af5e0d3f02d3349598b2a480.zip | |
[.vim/m/ct] Up enter on no value
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/miniplugins/code_terminal.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/miniplugins/code_terminal.vim b/.vim/miniplugins/code_terminal.vim index 9c1c936..4ddc1ae 100644 --- a/.vim/miniplugins/code_terminal.vim +++ b/.vim/miniplugins/code_terminal.vim @@ -79,6 +79,7 @@ function! CodeTerminal(builddict) call term_sendkeys(t:codetermbufnr, buildcomm) echo "[CodeTerminal] Sent build command!" else + call term_sendkeys(t:codetermbufnr, "\<Up>\<CR>") echo "[CodeTerminal] No value in build dictionary!" endif endfunction |
