667c06b721
.tmux.conf: Remove default command
...
By default tmux always executes the shell as a login shell, which
is what most users probably want, as tools like rvm rely on that.
2017-02-16 12:03:25 +02:00
518555f9b7
.tmux.conf: Use ${SHELL} to launch default shell
...
Then it appears tmux uses the user's default shell on the system,
ie the one set in /etc/passwd (or via chsh).
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-05-05 10:32:14 +03:00
50c7be3603
.tmux.conf: Bring in solarized tmux theme
...
From https://github.com/seebi/tmux-colors-solarized
2013-06-07 09:01:29 +03:00
2e4cc9f976
.tmux.conf: Add note about setting the proper term
2013-06-06 17:03:28 +03:00
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