From ae66e808e907e14cdd5372c848f14a1111d6f4ef Mon Sep 17 00:00:00 2001 From: Konstantin Bukley Date: Sun, 28 Mar 2021 16:02:12 +0300 Subject: [PATCH] tmux: adjust tmux to use with planck --- tmux/.tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2021232..4f6b753 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,10 @@ # NOTE: First of all install TPM # git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +unbind-key C-b + +set-option -g prefix C-a + +bind-key C-a send-prefix # Set the base index for windows to 1 instead of 0. set -g base-index 1 @@ -36,6 +41,10 @@ set -g status-left '' set -g status-right '' set -g status-justify centre +# Planck +bind-key "'" split-window -h +bind-key "p" split-window -v + # => Bindings # Kill pane without confirmation bind-key x kill-pane