Last active
January 1, 2016 10:59
-
-
Save t-cyrill/8134838 to your computer and use it in GitHub Desktop.
.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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