Skip to content

Instantly share code, notes, and snippets.

View carlosrocha's full-sized avatar
🌔

Carlos Rocha carlosrocha

🌔
View GitHub Profile

Keybase proof

I hereby claim:

  • I am carlosrocha on github.
  • I am carlosrochaf (https://keybase.io/carlosrochaf) on keybase.
  • I have a public key whose fingerprint is 5206 7231 D66A F159 109A 1656 B0A3 69F5 47B9 6E74

To claim this, I am signing this object:

@carlosrocha
carlosrocha / .tmux.conf
Last active July 8, 2017 01:11
My vimrc file
unbind C-b
set -g prefix C-a
set -g default-terminal "screen-256color"
set -g default-command "reattach-to-user-namespace -l $SHELL"
set-window-option -g mode-keys vi
# Setup 'v' to begin selection as in Vim
#bind-key -t vi-copy v begin-selection