|
|
|
|
|
by ser0
2249 days ago
|
|
I use tmux copycat paired with yank, which makes reverse searching and copy paste much easier. https://github.com/tmux-plugins/tmux-copycat The other change is to use vi keys for highlight mode: # set highlight mode keys
setw -g mode-keys vi
bind Escape copy-mode
|
|