1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 21:03:24 -07:00

experiment without search wraparound in tmux

This commit is contained in:
Connor Olding 2021-10-29 12:27:23 +02:00
parent 00064c6f89
commit c501458371

View File

@ -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: