8 lines
125 B
Bash
8 lines
125 B
Bash
# remap prefix from ^+A to ^+B
|
|
unbind C-b
|
|
set -g prefix C-a
|
|
bind C-a send-prefix
|
|
|
|
|
|
# set vi keybindings
|
|
setw -g mode-keys vi
|