Add Tmux config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
cc9b104599
commit
d514d11153
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.4.0] - 2021-11-10
|
||||||
|
### Added
|
||||||
|
- [Tmux Config](home/.tmux.conf)
|
||||||
|
|
||||||
## [1.3.0] - 2021-11-08
|
## [1.3.0] - 2021-11-08
|
||||||
### Added
|
### Added
|
||||||
- [Git Config](home/.config/git/config)
|
- [Git Config](home/.config/git/config)
|
||||||
|
|
|
@ -19,6 +19,7 @@ Repository with my dotfiles.
|
||||||
.bashrc](home/.bashrc)
|
.bashrc](home/.bashrc)
|
||||||
* [Git](https://git-scm.com/) - [config](home/.config/git/config)
|
* [Git](https://git-scm.com/) - [config](home/.config/git/config)
|
||||||
* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties)
|
* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties)
|
||||||
|
* [Tmux](https://github.com/tmux/tmux) - [.tmux.conf](home/.tmux.conf)
|
||||||
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
|
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
|
||||||
|
|
||||||
## Downloading
|
## Downloading
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
set-option -gs exit-empty off
|
||||||
|
set-option -gs exit-unattached off
|
||||||
|
|
||||||
|
set-option -g base-index 1
|
||||||
|
set-option -g bell-action none
|
Loading…
Reference in New Issue