A better way to quit code runner(spc l r) window
Is your feature request related to a problem? Please describe.
Move to below windows and press q is a bit slow way.
If we could quit code runner quicker after spc l r, it is very friendly and cool, thanks.
@kktt007 hello, I want to know, how does other text editor do this? for example vscode or sublime.
hello.
vscode use ctrl+` to show or hide terminal. Below official keybinding doc for your ref.
https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-keybindings
I have test the terminal of vscode, yeah, ctrl-` is better to toggle terminal. But REPL buffer is not terminal.
I have test the terminal of vscode, yeah,
ctrl-`is better to toggle terminal. But REPL buffer is not terminal.
REPL is so cool. In fact, i just want to hide REPL buffer or show it asap. So we don' need to open a extra terminal by tmux. (writting Ruby by Spacevim is a enjoyable thing, thanks Spacevim ^_^)
Maybe We can "merged" code runner buffer and repl buffer into one window, use ctrl-` to toggle the window.
Maybe We can "merged"
code runnerbuffer andreplbuffer into one window, usectrl-`to toggle the window.
As you like, you are a master at vim. Thanks, wsdjeg.
+1 for this feature !
we have three kinds of windows:
- code runner
- repl windows
- terminal, opened by
SPC '
we can add ctrl-`to toggle terminal.
https://github.com/SpaceVim/SpaceVim/commit/70e3570082248c7a1714c3ad21b2a13b09c46ae5
this feature has been added.