Created
March 7, 2018 13:47
-
-
Save koutoftimer/a39ea6d94f9adfabaeee314ab426a2fd to your computer and use it in GitHub Desktop.
tmux configuration file
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
# Start windows and panes at 1, not 0 | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
# Change <command> key | |
unbind C-b | |
set -g prefix ` | |
# Send "`" to the terminal by double pressing command key <`> | |
set-option -g prefix ` | |
bind-key ` send-prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment