Commit Graph

10 Commits (489813cdc8b664efdef665f0c011fb5ed6fe9e8f)

Author SHA1 Message Date
nirenjan c8654cc971 Remove the next/previous window unbind-key's 2013-03-01 11:36:46 -08:00
nirenjan 7c28319adb Enable power detach in tmux configuration
Power detach works similar to screen's power detach.
^A D will detach the tmux session and send SIGHUP to the parent process.
2013-02-26 19:00:27 -08:00
nirenjan aec82d71f9 Add xterm title support to tmux config 2013-01-21 14:27:45 -08:00
nirenjan 29929266eb Update tmux status with named constants for colors
Changes to tmux.conf
- Make it easier for users to adjust the colorscheme by using named
  constants to store the color names.
- Highlight the active window using additional attributes instead of
  a jarring background.
- Enable the aggressive-resize option
- Remove unused key bindings
- Bind L to choose-session
- Allow the escape key to quit the choice window
2013-01-16 18:47:34 -08:00
nirenjan aab503c660 Add clear-history binding to tmux.conf 2013-01-16 15:24:28 -08:00
nirenjan 61002f9564 Add zooming capability to tmux.conf 2013-01-16 15:03:39 -08:00
nirenjan 80f475256d Update message colors in tmux configuration 2013-01-15 18:50:29 -08:00
nirenjan 251ea0b3b8 Update tmux key bindings and enhance formatting
This commit also lists the default key bindings for tmux in the
additional 3 tables (vi-copy, vi-choice, and vi-edit)
2013-01-14 17:55:11 -08:00
nirenjan 78ec4eaf5c Add status bar configuration to tmux.conf
Also rearrange sections so they are more relevant to surrounding sections
2013-01-12 22:35:21 -08:00
nirenjan 84f5b39b2c Add tmux configuration file
This is still a work-in-progress. However, it has most of the
necessary options and key bindings.
2013-01-11 23:14:46 -08:00