Skip to content

Instantly share code, notes, and snippets.

View vonhraban's full-sized avatar
🌴
.

Vlad von Hraban vonhraban

🌴
.
  • UK & Thailand
View GitHub Profile
@vonhraban
vonhraban / mgoTestExample.go
Created October 10, 2019 15:11 — forked from laeshiny/mgoTestExample.go
mgo test example
package main
import (
"fmt"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
"time"
)
type Content struct {
@vonhraban
vonhraban / .tmux.conf
Last active January 11, 2023 10:35 — forked from tsl0922/.tmux.conf
vim style tmux config
# Easy config reload
bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."
# vi is good
setw -g mode-keys vi
# mouse behavior
set -g mouse on
set-option -g default-terminal screen-256color