diff options
| author | Mateja <mail@matejamaric.com> | 2021-04-12 14:17:13 +0200 |
|---|---|---|
| committer | Mateja <mail@matejamaric.com> | 2021-04-12 14:18:14 +0200 |
| commit | 9578afa56233259e522803a22a5ffd6805604d3d (patch) | |
| tree | 9d492de41112756bf24420b8606122bea5ad86a0 | |
| parent | 5577a4c7ca0dcb3740db245d715cf46146cea061 (diff) | |
| download | dotfiles-9578afa56233259e522803a22a5ffd6805604d3d.tar.gz dotfiles-9578afa56233259e522803a22a5ffd6805604d3d.zip | |
Added tmux config file.
| -rw-r--r-- | .tmux.conf | 2 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..109a330 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,2 @@ +set-option -g mouse on +set-window-option -g mode-keys vi @@ -14,6 +14,7 @@ Configuration files for programs I use and used to use, including some helper sc - rofi - termite - zathura +- tmux ## Configuration files for programs I used: |
