From c501458371a0d3635349467033a798907f8f81bf Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 29 Oct 2021 12:27:23 +0200 Subject: [PATCH] experiment without search wraparound in tmux --- home/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/tmux.conf b/home/tmux.conf index e8738a0..a256b38 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -26,6 +26,9 @@ set -g set-titles-string '#{host}: #{pane_title}' setw -g window-status-format "#I:#{s/.*\\\\|\.exe//:pane_current_command}" setw -g window-status-current-format "#I:#{s/.*\\\\|\.exe//:pane_current_command}" +# don't wrap around with searches +setw -g wrap-search off + # set the default terminal to tmux instead of pretending to be screen. # NOTE: netbsd-curses requires a terminfo.cdb to be built with tmux support. # for my own convenience: