Skip to content

Instantly share code, notes, and snippets.

View alekswn's full-sized avatar

Alexey Novikov alekswn

  • AnnapurnaLabs, AWS
  • Seattle, WA
  • 23:59 (UTC -07:00)
View GitHub Profile
@gblmarquez
gblmarquez / .tmux.conf
Created August 6, 2015 14:28
.tmux.conf with fish as default shell
# Default termtype. If the rcfile sets $TERM, that overrides this value.
set -g default-terminal screen-256color
# support logging out and back in
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
# pbcopy support
set-option -g default-command "reattach-to-user-namespace -l bash"
# vi mode