From d979920cdac6d97abf7875df49735a4c0c0f75a3 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 7 Dec 2022 10:23:09 +0330 Subject: update --- root/.tmux.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 root/.tmux.conf (limited to 'root') diff --git a/root/.tmux.conf b/root/.tmux.conf new file mode 100644 index 0000000..1e1aa40 --- /dev/null +++ b/root/.tmux.conf @@ -0,0 +1,15 @@ +set -g status-bg colour24 +setw -g mode-keys vi +bind [ copy-mode +bind -T copy-mode-vi 'v' send -X begin-selection +bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel +bind ] paste-buffer +bind Space choose-buffer +bind -n C-h clear-history +bind P pipe-pane -o "cat >>~/.tmuxrecording/#W.log" \; display "Toggled logging to ~/#W.log" +bind | split-window -h +bind - split-window -v +bind -r k select-pane -U +bind -r j select-pane -D +bind -r h select-pane -L +bind -r l select-pane -R -- cgit v1.2.3