mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
8 lines
133 B
Bash
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
|