You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bind l:shift;cmd focus right
bind h:shift;cmd focus left
bind k:shift;cmd focus up
bind j:shift;cmd focus down
and given I have iTerm taking up half the screen on the left and an editor taking half the screen on the right - I expect l:shift;cmd to take me to the editor if I'm focused on iTerm. Instead it focuses on the browser behind both these apps.
It seems to work how I'm expecting if I have 2 instances of iTerm open, both on each side of the screen (left / right). That works. But if the other app is something else (not iTerm), then it doesn't (it just pops the other iTerm instance into focus instead (even though that instance is behind for e.g. the editor).
Any idea what I'm doing wrong? Thanks!
The text was updated successfully, but these errors were encountered:
Given the following key bindings:
and given I have iTerm taking up half the screen on the left and an editor taking half the screen on the right - I expect
l:shift;cmd
to take me to the editor if I'm focused on iTerm. Instead it focuses on the browser behind both these apps.It seems to work how I'm expecting if I have 2 instances of iTerm open, both on each side of the screen (left / right). That works. But if the other app is something else (not iTerm), then it doesn't (it just pops the other iTerm instance into focus instead (even though that instance is behind for e.g. the editor).
Any idea what I'm doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: