dotfiles/.tmux.conf
Daniel Thoren 253e4f72f4
add tmux conf
2022-04-12 11:33:02 +02:00

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