Files
settings-webstorm/tmux.conf
Fergal Moran 75c43d8612 Added tmux
2017-04-14 20:12:03 +02:00

8 lines
133 B
Bash

# remap prefix to Control + a
set -g prefix C-a
# bind 'C-a C-a' to type 'C-a'
bind C-a send-prefix
unbind C-b
setw -g mode-keys vi