summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-19 11:17:58 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-19 11:17:58 +0200
commitb52c54e245a43f5d6d71a5f41fdaba21f87066cf (patch)
tree25aaf51bd912b1210c3f7d3e6423b438a5730f7f
parent976e2d75dbf1b324d84343ab197c7ef10849edf7 (diff)
downloadconfig-b52c54e245a43f5d6d71a5f41fdaba21f87066cf.tar.gz
config-b52c54e245a43f5d6d71a5f41fdaba21f87066cf.zip
New tmux bindings
Diffstat (limited to '')
-rw-r--r--.tmux.conf23
1 files changed, 21 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index acd9bea..494ff40 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,7 +1,26 @@
1# Use Ctrl+F as lead key 1# Unbind all keys (except copy-mode)
2unbind C-b 2unbind -a -T prefix
3unbind -a -T root
4
5# Custom bindings
3set -g prefix C-f 6set -g prefix C-f
4bind-key -n C-f send-prefix 7bind-key -n C-f send-prefix
8bind-key \' split-window -v
9bind-key \; split-window -h
10bind-key l select-pane -R
11bind-key C-l resize-pane -R
12bind-key h select-pane -L
13bind-key C-h resize-pane -L
14bind-key j select-pane -D
15bind-key C-j resize-pane -D
16bind-key k select-pane -U
17bind-key C-k resize-pane -U
18bind-key [ copy-mode
19bind-key ] paste-buffer
20bind-key o new-window
21bind-key n next-window
22bind-key p previous-window
23bind-key i break-pane
5 24
6# Status bar with external command 25# Status bar with external command
7set -g status-right-length 120 26set -g status-right-length 120

Generated with cgit - Back to sebastiano.tronto.net