https://github.com/dmuth/tmux.conf
My Tmux configuration files
https://github.com/dmuth/tmux.conf
Last synced: 5 months ago
JSON representation
My Tmux configuration files
- Host: GitHub
- URL: https://github.com/dmuth/tmux.conf
- Owner: dmuth
- Created: 2016-04-27T01:43:53.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T16:14:40.000Z (over 4 years ago)
- Last Synced: 2025-06-05T00:58:03.814Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux.conf
These are the .tmux.conf files that I use in my day-to-day work.
## Installation
Clone this repo, then copy these files to $HOME. Obviously, you'll need rename them to have
a dot in in front of each filename. e.g. `.tmux.conf` and `.tmux.reset.conf`.
## Usage and Key Changes
These files change up the keys that Tmux uses to accomodate my own workflow.
Here's a summary of what's changed:
- To activate tmux, the control key is now `ctrl-x`
- To split a window or pane horizontally: `ctrl-|` (that's control-pipe)
- To split a window or pane vertically: `ctrl-\` (that's control-backslash)
- To rename the current session: `ctrl-,` (that's control-comma)
I hope folks find this tmux configuration as useful as I do!