Commit Graph

10 Commits

Author SHA1 Message Date
Alan Orth 50c7be3603 .tmux.conf: Bring in solarized tmux theme
From https://github.com/seebi/tmux-colors-solarized
2013-06-07 09:01:29 +03:00
Alan Orth 2e4cc9f976 .tmux.conf: Add note about setting the proper term 2013-06-06 17:03:28 +03:00
Alan Orth f558eb4b39 .tmux.conf: Set window index to 1
I'm all for zero-based indexes, but this doesn't really make sense
on the keyboard as the numbers start at 1. :)

Great tip from https://mutelight.org/practical-tmux
2013-05-06 23:23:19 +03:00
Alan Orth bc04f0f703 .tmux.conf: Less time between commands in a command sequence
Makes tmux feel more responsive, like when you enter copy mode you
can immediately start paging up and down; before tmux would wait a
second or so for other escape characters.
2013-03-06 21:36:26 +02:00
Alan Orth c32d234322 tmux: Change behavior of the visual bell
Tab completion triggers the bell, and typing input halts for a mic-
ro second.  It's really annoying.
2012-09-05 20:59:53 +03:00
Alan Orth fdb58f9708 tmux: Explicitly set vi bindings
The default is emacs, unless EDITOR contains "vi", but there's no
harm in setting this explicitly.
2012-09-04 14:55:05 +03:00
Alan Orth 45eaa6fa81 set -> set-option, to reflect the more-verbose syntax 2012-09-04 14:54:30 +03:00
Alan Orth ee8abb7aff tmux: Use Escape to enter copy mode (like screen) 2012-09-04 14:53:33 +03:00
Alan Orth 354c8dafff Update tmux config to work more like my screen config
Change status format
Don't update terminal window titles (X11 term app, not tmux window)
Add load averages to status
2012-09-02 23:30:09 +03:00
Alan Orth dba70b8f53 Add .tmux.conf with settings similar to my .screenrc
Update README
2011-02-22 14:40:44 +03:00