Floobits / atom-term3

Open Terminal tabs in Atom. Fork of Term package
Other
88 stars 17 forks source link

Cursor remains active after leaving pane with keyboard shortcut #65

Open MatthiasWinkelmann opened 8 years ago

MatthiasWinkelmann commented 8 years ago

Leaving the term3 pane via keyboard shortcuts results in the cursor continuing to blink. When I select a different pane by clicking, the cursor disappears as expected.

Not sure if relevant , but I have cmd+1 and cmd+2 bound to pane switching, i. e.:

'body': 'F13': 'window:reload', 'cmd-2': 'window:focus-next-pane', 'cmd-1': 'window:focus-previous-pane'