diff dot_tmux.conf @ 844:9e2c5662c2cb

feat: enable OSC 133 in tmux and zsh
author zegervdv <zegervdv@me.com>
date Wed, 14 Feb 2024 18:04:24 +0100
parents 0c2dcf35d759
children 7218c2192214
line wrap: on
line diff
--- a/dot_tmux.conf	Tue Feb 13 20:45:26 2024 +0100
+++ b/dot_tmux.conf	Wed Feb 14 18:04:24 2024 +0100
@@ -78,6 +78,9 @@
 bind-key -T copy-mode-vi 'C-l' select-pane -R
 bind-key -T copy-mode-vi 'C-\' select-pane -l
 
+bind-key -T copy-mode-vi ] send-keys -X next-prompt
+bind-key -T copy-mode-vi [ send-keys -X previous-prompt
+
 unbind C-b
 set -g prefix C-Space
 bind Space send-prefix