Last active
December 28, 2015 04:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.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