From fb9a7038a8db728ef34a799516bd33cf9ef17a11 Mon Sep 17 00:00:00 2001 From: Stefan Wölfert Date: Tue, 26 Nov 2024 18:30:43 +0100 Subject: [tmux] basic tmux.conf file --- tmux/tmux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tmux/tmux.md (limited to 'tmux/tmux.md') diff --git a/tmux/tmux.md b/tmux/tmux.md new file mode 100644 index 0000000..e560773 --- /dev/null +++ b/tmux/tmux.md @@ -0,0 +1,14 @@ +# TMUX + +basic `tmux.conf`: +``` +unbind C-b +set-option -g prefix C-y +bind-key C-y send-prefix + +set -g base-index 1 +set -g status on +set -g history-limit 500000 + +bind-key S set synchronize-panes +``` -- cgit v1.2.3-70-g09d2