Last active
August 29, 2015 14:21
-
-
Save ChanderG/29ed50f73fdd7c801f5a to your computer and use it in GitHub Desktop.
.tmux.conf
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
# change binder to tilda | |
# NOT OK -> marking in vim becomes difficult | |
# TODO: find a suitable single key replacement ( maybe ALT) | |
unbind C-b | |
set -g prefix ` | |
bind ` send-prefix | |
# Start numbering at 1 | |
set -g base-index 1 | |
# TODO: not yet tried it out. | |
# Sane scrolling | |
#set -g terminal-overrides 'xterm*:smcup@:rmcup@' | |
# SOURCE: http://superuser.com/a/326592 |
To scroll up:
+ PgUp. Use PgUp/PgDn to navigate. q to quit is mode.
'' seems like a good idea.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a note about switching panes (aka tabs in a single session in layman terms)