diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-08 12:16:14 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-08 12:16:14 -0500 |
commit | dacc8facb80c8700d3e5243e762191a2d9faa728 (patch) | |
tree | 358a9e1c820e808f15af4372ec49280f2d74d6a8 | |
parent | fdc18aae269d612d9a4fda6545f89aa3ee7f09a0 (diff) | |
download | rcm-dacc8facb80c8700d3e5243e762191a2d9faa728.tar.gz rcm-dacc8facb80c8700d3e5243e762191a2d9faa728.tar.bz2 rcm-dacc8facb80c8700d3e5243e762191a2d9faa728.zip |
Add basic tmux.conf
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..bd80dbd --- /dev/null +++ b/tmux.conf @@ -0,0 +1,3 @@ +set -g mouse on +set -g status off +set -s escape-time 0 |