Julio Biason
4 years ago
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
# To access Tmux actions, we'll use Ctrl+A |
||||||
|
set -g prefix C-a |
||||||
|
# ... not Ctrl+B, which is the default |
||||||
|
unbind C-b |
||||||
|
|
||||||
|
# Panes and Windows start at index 1, not 0 |
||||||
|
set -g base-index 1 |
||||||
|
set -g pane-base-index 0 |
||||||
|
|
||||||
|
# Ctrl+Enter creates a new tab |
||||||
|
bind Enter new-window |
Loading…
Reference in new issue