Adds tmux configuration

This commit is contained in:
2022-01-19 13:09:47 +01:00
parent 1894fe331c
commit 4f7076859b
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
!.config/omf/* !.config/omf/*
!.emacs !.emacs
!.config/git/* !.config/git/*
!.tmux.conf

1
.tmux.conf Normal file
View File

@@ -0,0 +1 @@
set -g default-terminal "tmux-256color"