iterm2 keyboard shortcut for navigating between windows - keyboard-shortcuts

What is the keyboard shortcut for navigating between different iterm2-windows?
P.S. not but a window Cmd+N

There is defined shortcut for navigation between windows which is Opt + Cmd + Number where Number is a number of window. (e.g. the first created window gets 1, second 2 and etc.)
You can see/change it in:
Preferences > Keys > Navigation Shortcuts > Shortcut to activate a window
I hope it helps someone

Related

Is it possible to view one file in a new window in intellij-idea?

What I actually want to do is to view different files in a some project on different screens.
If they are in different windows, I can easily drag one window to another screen.
It's fine if there are other ways can do this. I'm using windows7.
You can drag the editor tab to another screen and it will open in a separate window. See the Detaching Editor Tabs help section for details.
Shift+F4 does the same:
The shortcut can be changed here:
You have to add a new keyboard shortcut in your keymap.
The action is called Open In New Editor Window
Then when searching for a class using Ctrl + n (go to Class...) or Ctrl + e (recent files)
instead of opening the Class in the same window by pressing Enter
you can open it in a new window using your own keyboard shortcut (Shift + Enter in my case).
Right-click on tab.
Select Move Tab to New Window option.

How to navigate in groups (not tabs) in tool windows

I'm trying to use Intellij Idea only with the keybord.
How can I navigate between groups/panels (don't know the exact term) within a tab of a tool window?
For example in the Debug tool window → tab debugger how to switch from the Frames panel to Variables panel using only the keybord?
Screenshot
There is a mapping on Alt + -> or Alt + <- to navigate between tabs within a tool window.
But I can't find a way to navigate within the panels of the tab.
i use linux, but maybe windows key + tabor more simple you can map the shortcut from your keybord in the windows settings

Is there any shortcut for distraction-free mode?

Is there any shortcut for distraction-free mode in IntelliJ? Or can I create one somehow? I don't want to go to view tab every time.
There is none assigned by default, but you can assign one yourself.
Go to Settings > Keymap and type distraction in the filter field (or expand the Main menu > View > Toggle Distraction Free mode tree). Right click the item and select Add Keyboard Shortcut.
Ctrl + ~ + 4 + 2
Ctrl + ~ + 4 allows you to exit/enter presentation mode, distraction mode, full screen
If you're using the default Mac shortcuts, you can use Ctrl+` 4 2.
Explanation:
Press and hold Ctrl, press `, release all; this brings up the Switch... menu. Press and release 4; this enters the View Mode menu. Press and release 2; this toggles Enter Distraction Free Mode/Exit Distraction Free Mode.
As I use both Distraction Free and Full Screen mode very often, I've made the following shortcuts consisting of two keystrokes:
Ctrl+Shift+S D for distraction free mode
Ctrl+Shift+S F for full screen mode
You can do this in Settings > KeyMap (search for "distraction").
To add a shortcut:
go to preferences
go to keymap and search for the function that you want
assign the shortcut that you want(mine is z followed by n)

Intellij Undo last navigation operation

Where can I setup shortcut for last navigation operation? I mean in my program doesn't work navigating with arrows, only with CTRL+SHIFT+BACKSPACE
File > Settings > Keymap > Main Menu > Navigate
I suppose you need "Back" (Ctrl + Alt + Left by default), "Forward" (Ctrl + Alt + Right by default).
Note that you might have software installed that clashes with these shortcuts like video card settings software (in Windows) on Windows and the window manager (in Ubuntu).

What is the Cloud9 keyboard shortcut for the terminal?

What is the cloud9 keyboard shortcut to move between the editor tab (#1) and the terminal console (#2)?
I am aware that I can open a terminal tab and switch to it using the keyboard, but I want to see both the editor and terminal in one view.
It is ALT + S on the current version of Cloud9
To make certain keyboard shortcut work on c9.io in Chrome, which would otherwise do something else like close tab or reload page, click the menu button of Chrome > More Tools > Create Application Shortcuts....
Now the IDE is an actual program and all the default browser shortcuts are disabled. Ctrl + W (Close tab) and Ctrl + Shift + Q (Close Chrome) and F5 (Refresh) and the likes can now be used as keyboard shortcuts :)
To add on #Kronenbourg's exact answer (which IMHO should be accepted) - as of May 2015:
Shift + Esc / Esc - Goto workspace (files tree) / Exit workspace (to the last place, Editor/Terminal)
ALT + S - switch between code and terminal
In conjunction with CMD + { / CMD + }, which navigate right/left in current context (Editor, terminal) tabs, you should be able to reach anywhere with the keyboard.
Also useful in the context is CMD + O to open file.
HTH
It's Shift+ESC on open source, but unfortunately this doesn't work on c9.io.
I accidentally found out that ctrl+~ works to switch between terminal and editing window and then back. Maybe it's not the most convenient shortcut but it works.
Alt+s
This shortcut is listed in the top menu, under:
Window > Navigation