Tagged Questions
2
votes
0answers
494 views
Tmux Scroll Up/Down Page using Ctrl-b and Ctrl-f
Once in scroll-mode, how do I use ctrl-b and ctrl-f to scroll up and down pages?
These commands currently move back and forth between characters.
.tmux.conf
set -g default-terminal ...
0
votes
0answers
55 views
Tmux equivalent of ctrl+k (copy current pos -> eol into buffer)
I have been using tmux for some time now and really like the internal copy buffer. I frequently find myself wanting to copy a command between panes but haven't really found an easy way of doing this.
...
6
votes
1answer
2k views
tmux up-pane/down-pane missing
I'd like to rebind the action of changing the active pane in tmux. In version 1.1, I did it like this:
bind-key -n C-] up-pane
bind-key -n C-[ down-pane
I've upgraded to to version 1.3 recently, ...