Skip to content

Instantly share code, notes, and snippets.

View jakubhomoly's full-sized avatar
🚀
Sky is the limit

Jakub Homoly jakubhomoly

🚀
Sky is the limit
View GitHub Profile
[
{ "type": "mute", "width": 64, "bordered": true, "align": "left" },
{ "type": "volumeDown", "width": 64, "bordered": true, "align": "left" },
{ "type": "volumeUp", "width": 64, "bordered": true, "align": "left" },
{ "type": "previous", "width": 64, "bordered": true, "align": "left" },
{ "type": "play", "width":64, "bordered": true, "align": "left" },
{ "type": "next", "width": 64, "bordered": true, "align": "left" },
{
"type": "shellScriptTitledButton",
"source": {

Keybase proof

I hereby claim:

  • I am jakubhomoly on github.
  • I am jakubhomoly (https://keybase.io/jakubhomoly) on keybase.
  • I have a public key ASD95296zAxZHlMrlgkU_lJ5SaoeulmamdpeJourj2Pt_go

To claim this, I am signing this object:

@jakubhomoly
jakubhomoly / .tmux.conf
Last active January 2, 2020 21:35 — forked from rudowastaken/.tmux.conf
.tmux.conf
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# start with window 1 (instead of 0)
set -g base-index 1
# start with pane 1
set -g pane-base-index 1