view tmux.conf @ 107:bd8a93004421

Include the system inputrc to make Ctrl+Arrow work This only seems to have become a problem since using Tilda again. Which is odd, because it should be a Bash thing rather than Tilda.
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 Apr 2018 20:11:10 +0100
parents 79646cea4c5f
children a6fe8d1f5a13
line wrap: on
line source

set -g base-index 1
set-option -g prefix C-a
set -g status-bg black
set -g status-fg white
#set -g terminal-overrides 'xterm*:smcup@:rmcup@'
#setw -g mode-mouse on
setw -g xterm-keys on
setw -g allow-rename off