terminal-plus
terminal-plus copied to clipboard
CTRL+<letter> commands do not work properly
Hi,
Firstly, hanks for contribution to Atom, I really needed something like your built-in terminal emulator.
I encountered an issue today, when using Atom on MacOS X
Steps to reproduce
- Open new terminal, execute arbitrary commands
- Execute CTRL+
commands (such as CTRL+L to clear the terminal)
Expected result:
- Terminal is cleared
Actual result:
- Nothing happens
Workaround:
- Issuing CTRL+L again does the trick
I know this isn't a solution but typing clear
and hitting enter will clear the terminal as well.
Hi. I've faced the same issue in Linux. Though hitting the CTRL+L again does not seem to be necessary. Typing any key after a CTRL+L clears the terminal.
At First thanks to the author for the plugin, very useful for me
@erwstout workaround Typing any key after a CTRL+L clears the terminal
works
but it would be nice to fix it properly.
Personally for me it is the only thing that causes discomfort when using this plugin
Interesting... I use Fish and there CTRL+L works fine, but CTRL+:arrow_right: doesn't (it is used to fill the next suggested word). Instead, it prints [5C
, which is annoying.
I create an alias on zsh nammed cl Not the best but works!