Commit Graph

8 Commits

Author SHA1 Message Date
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
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
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
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
45eaa6fa81 set -> set-option, to reflect the more-verbose syntax 2012-09-04 14:54:30 +03:00
ee8abb7aff tmux: Use Escape to enter copy mode (like screen) 2012-09-04 14:53:33 +03:00
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
dba70b8f53 Add .tmux.conf with settings similar to my .screenrc
Update README
2011-02-22 14:40:44 +03:00