From d014740033ef3214071325470fd0b93c6967de29 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 24 Nov 2021 14:49:53 +0100 Subject: [PATCH] tmux: synchronize panes weg --- .tmux.conf | 4 ---- README.md | 1 - 2 files changed, 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 875bba2..d58abc2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,10 +31,6 @@ set -g display-time 4000 bind w killw # öffne windows mit prefix + t bind t new-window -# shortcut synchronize panes -# praefix + strg + x -# https://stackoverflow.com/questions/16325449/how-to-send-a-command-to-all-panes-in-tmux -bind -n C-x setw synchronize-panes # gehe in copy mode und starte suche # prefix + f set-window-option -g mode-keys vi diff --git a/README.md b/README.md index 63fd806..0dbab71 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,4 @@ Tested on Ubuntu >=20.04 | -- | -- | |Präfix+w | Schließe Windows | |Präfix+c/t |Öffne Windows | -|Präfix+Ctrl+X |Toggle synchronize Panes | |Präfix+f |Suche in Pane Buffer |