Commit 3e79c0d4dab4065de3a04998c6c146f9c781375f

Use tmux-256color terminal in tmux
Author: xaizek
Author date (UTC): 2021-04-11 22:59
Committer name: xaizek
Committer date (UTC): 2021-04-11 22:59
Parent(s): f9ee365242924e019fdca755d39b1c198b4f7f5b
Signing key: 99DC5E4DB05F6BE2
Tree: d6b568cafc24a009931db41e9c87391b6e8caae4
File Lines added Lines deleted
tmux.conf 1 1
File tmux.conf changed (mode: 100644) (index b365552..b53670d)
... ... bind-key C-s send-prefix
10 10 set-option -g escape-time 0 set-option -g escape-time 0
11 11
12 12 # setup default type of terminal # setup default type of terminal
13 set-option -g default-terminal "screen-256color"
13 set-option -g default-terminal "tmux-256color"
14 14
15 15 # show pane numbers for two seconds # show pane numbers for two seconds
16 16 set-option -g display-panes-time 2000 set-option -g display-panes-time 2000
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master