User Tools

Site Tools


tmux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tmux [2011/10/05 12:44] (current)
root created
Line 1: Line 1:
 +====== 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