This is a draft cheat sheet. It is a work in progress and is not finished yet.
Chrome
Open Link |
f |
Open Link in Background Tab |
shift-f |
New tab and move to foreground |
bf |
Download Link |
gd |
Focus Input |
gi |
Focus Link |
gl |
back |
cc |
forward |
vv |
zoom in |
z |
zoom out |
shift-z |
close tab |
x |
close right |
] |
close left |
[ |
new tab |
t |
restore tab |
shift-t |
switch tab |
shift l/h |
move tab left/right |
shift [/] |
toggle mute |
m |
toogle pin |
p |
Copy current url |
yy |
Activate Clipboard in Current Tab |
yf |
Activate Clipboard in Background Tab CLOSE |
yb |
Activate Clipboard in Foreground Tab |
y - shift-f |
Activate Clipboard in Incognito Window |
y - shift-n |
close selected tab |
Ctrl-w |
Delete from history / bookmark |
Ctrl-w |
Move the selected tab to the left/right |
Ctrl-[/] |
|
|
Volume
Up |
Alt - numpad + |
Down |
Alt - numpad - |
Konsole Terminal
Move tab |
Ctrl <tab number> |
Detach tab |
Show / Hide Menu |
<C-S M> |
QuickKey
Quick tabs open |
Alt-b |
Quick key history |
/h<Space> |
Quick key bookmarks |
/b<Space> |
Quick key un-suspend |
Shift-Enter |
Quick key -open in new tab |
Ctrl-Enter |
Quick key -open in new window |
Shift-Enter |
close selected tab/ Delete from history/bookmark |
Ctrl-w |
Delete from history / bookmark |
Ctrl-w |
nerdTree
Toggle hidden files |
<Shift> i |
|
|
vim
<C-space> |
Autocomplete |
gd |
Go Definition |
<C-o> |
go back from definition |
<Ctrl-i> |
Go forward editing point |
<Shift-K> |
Show Tooltip / Doc |
F1 |
Rename |
++ |
Comment toggle |
:CocCommand snippets.editSnippets |
Edit snippets |
gy |
Typescript definition |
gi |
tmplementation |
gr |
Reference |
[ / ] g |
Next/ Prev diagnostics |
d w/W |
Delete word /Word |
* |
Highlight under cursor |
<Leader> g |
Find in all project |
<Leader> j |
Find in all under cursor |
<Space><Space> w/b/ |
Easy motion |
<Ctrl-PageDown> |
Termianal next tab |
:file [new buffer name] |
Change buffer name |
<Ctrl j/k> on visual mode and insert |
Move code up/down |
<space + y> |
copy to system clipboard |
<space+p> |
paste from system clipboard |
zrR/zmM |
fold less or more |
|