Skip to content

Commit

Permalink
.tmux.conf: Use Ctrl+A as the prefix key
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Oct 5, 2018
1 parent bb6c76e commit 35465d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Use Ctrl+A as the prefix key
set -g prefix C-a
unbind C-b
bind C-a send-prefix

# Use Vim shortcuts
setw -g mode-keys vi

# Make `Ctrl+B R` reload the config file
# Make `Ctrl+A R` reload the config file
unbind r
bind r source-file ~/.tmux.conf

0 comments on commit 35465d6

Please sign in to comment.