Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Last active December 28, 2015 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonyiii/7439733 to your computer and use it in GitHub Desktop.
Save bonyiii/7439733 to your computer and use it in GitHub Desktop.
opensuse 12.3 tmux.conf with working bash history xterm shortcuts for ctrl + Up/Down
~/.tmux.conf
set-option -g default-terminal xterm-256color
set-window-option -g xterm-keys on
# The key was that
echo $TERM
# in tmux returned screen which is why ctrl+up did not looked up history now it is
xterm-256color
Though it works fine on ubuntu with echo $TERM screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment