Skip to content

Instantly share code, notes, and snippets.

@ChanderG
Last active August 29, 2015 14:21
Show Gist options
  • 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

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