User Tools

Site Tools


tmux

Tmux

This is my ~.tmux.conf in order to use konsole scroll bar

set -g terminal-overrides 'xterm*:smcup@:rmcup@'

In order to use Control+Arrow for forward/previous word in tmux, you need to add following to your /etc/inputrc:

# for tmux
"\C-[OD" backward-word
"\C-[OC" forward-word
tmux.txt · Last modified: 2011/10/05 12:44 by root