Navigate back: Alt + left
Navigate forward: Alt + right
Switch tabs: CTRL + Page up/down
Split tabs: CTRL + ALT + left/right
1–10 of 20 posts
Navigate back: Alt + left
Navigate forward: Alt + right
Switch tabs: CTRL + Page up/down
Split tabs: CTRL + ALT + left/right
Ctrl+w - scroll up one line
Ctrl+z - scroll down one line
These are the mappings I have set in Joe on my system, the Ctrl+w/z is originally from Wordstar, although I first encountered that mapping in Turbo Pascal 4.
This shortcut is, no joke, a very big part of why I'm still paying for Jetbrains tools.
No need to know the name.
So if I need to pull updates on the previous branch I was on and merge them into my current branch, I can just:
git switch -
git pull
git switch -
git merge -I've recently discovered `git switch -` and `git merge -`. It switches to the previous branch you were on or merges the previous branch you were own. No need to know the name. So if I need to pull updates on the previous branch I was on and merge them into my current branch, I can just: git switch - git pull git switch - git merge -
"Expand selection" in Intellij and similar, option + up by default. This shortcut is, no joke, a very big part of why I'm still paying for Jetbrains tools.