Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Last active January 1, 2016 10:59
Show Gist options
  • Select an option

  • Save t-cyrill/8134838 to your computer and use it in GitHub Desktop.

Select an option

Save t-cyrill/8134838 to your computer and use it in GitHub Desktop.
.tmux.conf
set-option -g prefix C-t
unbind-key C-b
unbind-key s
bind-key f command-prompt "findw -t '%%'"
bind-key s command-prompt "select-window -t '%%'"
# set-option -g default-shell /bin/zsh
set-window-option -g mode-keys vi
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment