Show Menu
Cheatography

Shortcuts for Ultimate Dev Productivity Keyboard Shortcuts (DRAFT) by

Opinionated list of the most important shortcuts for various pieces of software used to get job done.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Midnight Commander (MC)

Synchr­onize Panels
Alt
+
i
Switch to command line
Ctrl
+
o
Quick Preview
exe +
q
Execute mode prefix (exe)
Ctrl
+
x
cd
dialog
Alt
+
c
Up directory
Ctrl
+
page up
Directory Hot list
Ctrl
+ `\`

Tmux

Prefix (pref)
Alt
+
w
New Window
pref +
c
Split Vertically
pref +
"
Split Horizo­ntally
pref +
%
Next pane
pref +
o
Next Window
pref +
n
Close Current Pane
pref +
x
Close Current Window
pref +
&
Rename Window
pref +
,
FZF
cd
Alt
+
c
FZF find file
Ctrl
+
t
Toggle between pane layouts
pref +
space
Convert pane into a window
pref +
!
Copy Mode (VIM shortcuts)
pref +
[
Command Mode (CMD)
pref +
:
Set VIM mode
CMD +
setw -g mode-keys vi
Session := Wrapper for
n
windows
Window := a tab that can be split into panes
Pane := split window that can be horizontal and vertical

Tmux must be installed https:­//g­ith­ub.c­om­/tm­ux/­tmu­x/wiki
FZF must be installed https:­//g­ith­ub.c­om­/ju­neg­unn/fzf
 

VS Code

Peak Definition
Ctrl
+
Shift
+
F10
Peak references
Shift
+
F12
Trigger Debugger
F5
View Next Problem
F8
Copilot Suggestion
Alt
+ `\`
List Copilot Sugges­tions Right
Ctrl
+
Enter
Fold Block
Ctrl
+
Shift
+
[
GitHub Copilot requires active membership

VIM

Append after a word
ea
append at the end of the line
A
Insert at the beginning of the line
I
Change current word
ciw
Jump to next paragraph
}
Jump to previous paragraph
{
Center Cursor
zz
Scroll Up
Ctrl
+
u
Scroll Down
Ctrl
+
d
Move forward one full screen
Ctrl
+
f
Move screen down one line
Ctrl
+
e
Move screen up one line
Ctrl
+
y
Definitive VIM shortcuts

aw - mark a word
ab - a block with ()
aB - a block with {}
at - a block with <> tags
ib - inner block with ()
iB - inner block with {}
it - inner block with <> tags
 

Brave

Bookmark Manager
Ctrl
+
Shift
+
o
Find Tab
Ctrl
+
Shift
+
a
Toggle Dark Shift Reader
Ctrl
+
Shift
+
d
Toggle Reader View
Alt
+
Shift
+
r
Dark Shift Reader is a Chrome extension
Reader View is a Chrome extension