tjmehta / atom-term

shell tab for atom
MIT License
57 stars 15 forks source link

Moving between panes doesn't work #33

Open upman opened 9 years ago

upman commented 9 years ago

ctrl-k ctrl-(direction) doesn't work when the terminal tab is in focus. Moving around panes becomes harder this way.

Registering a keybinding with 'body' as selector with commands like window:focus-pane-on-left seems to work partially. But pastes into other buffers after using this keybinding appear on the terminal tab as well.

I think there's a need for a command to unfocus the terminal tab.