Created
October 4, 2021 11:14
-
-
Save briandemant/2a9a95e6fa858c58810fbbe86e4a7bb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CMD = Super | |
# General | |
FDAS | |
## Text navigation | |
CTRL + LEFT/RIGHT : jump word forward/backward | |
CTRL + SHIFT + LEFT/RIGHT : select word forward/backward | |
Super + Q | |
## Switching | |
Super : type to search | |
Super + TAB : switch app in current workspace | |
ARROW to select window (in all workspaces) | |
Super + # : switch to app # in appbar | |
Super + CTRL : goto to workspace | |
## Workspace | |
Super + CTRL + UP/DOWN : Go to prev/next workspace | |
Super + SHIFT + UP/DOWN : Move window to prev/next workspace | |
## Screen | |
Super + CTRL + LEFT/RIGHT : Go to prev/next screen | |
Super + SHIFT + LEFT/RIGHT : Move window to prev/next screen | |
## Tiling / statick | |
Super + S : Stack tile | |
Super + M : Min/Max tile | |
Super + G : Float tile | |
Super + ENTER : emter adjustment mode | |
Adjustment mode: | |
Super + ARROW : move tile | |
CTRL + ARROW : select tile | |
SHIFT + ARROW : resize tile | |
Super + ARROWS : goto to window in direction | |
# Apps | |
Alt + F : open app menu | |
# VS Code | |
ALT + UP/DOWN : move line | |
CTRL + UP/DOWN : scroll up/down | |
CTRL + F : find | |
CTRL + G : goto line | |
### ================================= | |
# other notes | |
## caps lock | |
gnome-tweeks | |
https://help.ubuntu.com/community/Custom%20keyboard%20layout%20definitions?action=show&redirect=Howto%3A+Custom+keyboard+layout+definitions | |
https://ptmr.io/blog/custom-keyboard-layout-for-coding-on-ubuntu-linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment