mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
experiment without search wraparound in tmux
This commit is contained in:
parent
00064c6f89
commit
c501458371
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue