Update '.tmux.conf'

This commit is contained in:
2022-12-03 00:35:36 +01:00
parent f29eecfc60
commit 279217a6bb

View File

@@ -1,5 +1,10 @@
# tmux theme # tmux theme
source-file "${HOME}/.tmuxtheme" source-file "${HOME}/.tmux.theme"
# Remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and - # split panes using | and -
unbind '"' unbind '"'