Skip to content

Instantly share code, notes, and snippets.

@vicmortelmans
Last active June 1, 2019 20:14
Show Gist options
  • Save vicmortelmans/a6cae2b162ef041658ba630e5be63d68 to your computer and use it in GitHub Desktop.
Save vicmortelmans/a6cae2b162ef041658ba630e5be63d68 to your computer and use it in GitHub Desktop.
Various shortcut keys for my desktop and applications
ubuntu
xbacklight
system-config-printer
pavucontrol
lxrandr
arandr
blueman-manager
udiskie
udiskie-umount -a
smplayer or vlc (after running regionset)
k3b cd burning
ripit -o . cd ripping
insync-headless get_sync_progress
insync-headless manage_selective_sync vicmortelmans@gmail.com
nmtui
etcher (write ISO)
i3
SHIFT CAPS LOCK q close window
SHIFT CAPS SHIFT e exit i3
mupdf
W fit page width to window
Vim
CTRL e scroll down without moving cursor
CTRL y scroll up without moving cursor
zH scroll left without moving cursor
zL scroll right without moving cursor
:g/pattern/d delete all lines containing pattern
:v/pattern/d delete all lines not containing pattern
:ls list buffers
:b <keyword> go to buffer
CTRL o go back to location before searching
:set linebreak wrap line like in a word processor
:set display+=lastline display wrapped lines also if they're not completely visible
gj/gk scroll down/up one line when linebreak is on
CTRL h/j/k/l navigate split windows
:<n>winc </+/>/- resize split windows n rows/columns
\@= Positive lookahead
\@! Negative lookahead
\@<= Positive lookbehind
\@<! Negative lookbehind
CTRL g display current filename
chrome
# <N>% go to tab <N> (cVim)
g$ go to last frame (Vimium, cVim)
SHIFT W open current tab in new window (Vimium)
T search open tabs (Vimium)
CTRL ALT G go to page in PDF viewer
ALT p pin tab (Vimium?)
CTRL SHIFT I add to Inbox extension (custom key)
CTRL SHIFT H cliboard history extension (custom key)
CTRL SHIFT E open pushbullet window (custom key)
O <some text> open new tab and search for some text (Vimium)
CTRL ENTER edit in vim (wasavi)
Chromebook
ALT SHIFT m open files
ALT UP page up
ALT DOWN page down
CTRL ALT t open shell
ALT SHIFT LOCK shift lock
CTRL ALT SHIFT ? shortcut keys
ALT [ dock left
ALT ] dock right
e edit mode (picture viewer)
a auto improve (picture viewer)
google drive
gl ga naar lijst
gn ga naar navigatie
v switch between list and thumbnail view
gp ga naar parent folder
googe photos
# delete
SHIFT r rotate
google spreadsheet
ALT ENTER follow link
ALT / vet
ALT / groen
CTRL ALT R open filter dropdown
SHIFT CTRL PAGE UP/PAGE DOWN navigate tabs
CTRL SPACE select column
SHIFT SPACE select row
excel
CTRL PgUp/PgDown go to next/previous worksheet
F2 edit cell
explorer
F4 focus to path field
ALT UP parent folder
ALT LEFT back
lotus notes
F6 next pane
Eclipse (IXIASOFT)
CTRL F7 next view -> CTRL K (custom key)
CTRL SHIFT F7 previous view -> CTRL J (custom key)
CTRL F8 next perspective
CTRL M maximize view
CTRL E list of open editor tabs
CTRL D view dependencies (custom key)
Ranger
A rename
INSERT touch
@ run shell command with selected files as arguments
H back
zP toggle preview directories
zp toggle preview files
CTRL t r|t|l rotate right|180|left (custom mogrify commands)
CTRL t a auto enhance (custom mogrify commands)
i preview file in full screen
Xterm
CTRL SHIFT C copy to clipboard (*)
CTRL SHIFT V paste from clipboard (*)
(*) after applying changes to ~/.Xdefaults as in https://unix.stackexchange.com/a/225076 and/or parcellite
Wordpress
[contentcards url="<url>"]
[portfolio display_types=false display_tags=false include_tag=app-frans columns=3]
[appbox googleplay net.gelovenleren.gebeden]
pyCharm
CTRL F5 rerun
F8 step over
F9 resume program
Inkscape
https://inkscape.org/nl/doc/keys.html
- zoom out
= zoom in
3 zoom to selection
4 zoom to image
5 zoom to page
[CTRL|ALT] , make smaller
[CTRL|ALT] . make larger
CTRL ENTER enter group
CTRL BACKSPACE exit group
CTRL ALT SHIFT F resize page to selection (custom key)
PGUP raise
PGDN lower
t edit text (when selected)
CTRL d duplicate
CTRL U ungroup
s selector
Audacity
CTRL B set label
Windows
ALT SPACE switcheroo
CTRL WIN arrows switch desktops
Word
CTRL SHIFT F GoToFooter (custom key)
Ubuntu
CTRL l in file selector, display location
CTRL r in bash, search command history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment