Skip to content

Instantly share code, notes, and snippets.

@ChanderG
Last active August 29, 2015 14:21
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 ChanderG/29ed50f73fdd7c801f5a to your computer and use it in GitHub Desktop.
Save ChanderG/29ed50f73fdd7c801f5a to your computer and use it in GitHub Desktop.
.tmux.conf
# 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
@ChanderG
Copy link
Author

Add a note about switching panes (aka tabs in a single session in layman terms)

@ChanderG
Copy link
Author

ChanderG commented Jul 3, 2015

To scroll up:
+ PgUp. Use PgUp/PgDn to navigate. q to quit is mode.

@ChanderG
Copy link
Author

ChanderG commented Aug 8, 2015

'' seems like a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment