Skip to content

Instantly share code, notes, and snippets.

View kopa's full-sized avatar

Konrad Paumann kopa

  • Konrad Paumann
  • Zwettl
View GitHub Profile

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@kopa
kopa / cvimrc.vim
Last active April 6, 2017 14:03
Settings file for cvim
" Settings
" alias ':g' to ':tabnew google'
command g tabnew google
let completionengines = ["google", "amazon", "imdb"]
" blacklists prefixed by '@' act as a whitelist
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "@*://*orf.at/*"]