terminal-plus icon indicating copy to clipboard operation
terminal-plus copied to clipboard

CTRL+<letter> commands do not work properly

Open alejandroandreu opened this issue 9 years ago • 5 comments

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

alejandroandreu avatar Jan 14 '16 09:01 alejandroandreu

I know this isn't a solution but typing clear and hitting enter will clear the terminal as well.

erwstout avatar Mar 11 '16 05:03 erwstout

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.

shivam-anand avatar Apr 12 '16 20:04 shivam-anand

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

rodmax avatar Jul 26 '16 19:07 rodmax

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.

yajo avatar Jul 28 '16 11:07 yajo

I create an alias on zsh nammed cl Not the best but works!

cheesepaulo avatar May 20 '19 15:05 cheesepaulo