1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-07-01 20:40:11 +03:00
dotfiles/.config/tmux/tmux.conf
2021-05-18 17:16:58 +03:00

16 lines
251 B
Plaintext

set -g base-index 1
set -g mouse on
unbind C-b
set -g prefix C-a
bind C-a send-prefix
set -g set-titles on
set -g set-titles-string "#T"
set -g status-style bg=black
# More friendly split pane
bind-key h split-window -h
bind-key v split-window -v