From 4f105715da99c9133574faaaec7f76fc3fa6a17f Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 6 Apr 2024 23:08:28 +0200 Subject: [PATCH] Add: readme info for tmux config --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index da8ee3f..005573f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ This repo holds most of my random small scripts, configs, paws(blobs) The material config file for Clas Ohlsson's PLA Materials +### [Tmux](Configs/Tmux/tmux.conf) + +My tmux config file. Some note worthy changes are: + * `r` for quick reloading the config + * higher history limit + * `alt + arrow keys` to quickly change active panel + + ## [Python Scripts](PythonScripts/) ### [rename_backslash.py](PythonScripts/rename_backslash.py)