6 lines
110 B
Bash
6 lines
110 B
Bash
# Correct tab numbering
|
|
set -g base-index 1
|
|
|
|
# Mappings
|
|
bind-key v split-window -h
|
|
bind-key s split-window -v
|