From 5b18da05040a0c5d125fae3e79391d6df9e81d2e Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 17 Jun 2024 22:19:09 +0200 Subject: [PATCH] Fix: missing prefix for tmux docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e36f2c9..52df8c0 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,10 @@ 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 + +* `prefix` + `r` for quick reloading the config +* higher history limit +* `alt + arrow keys` to quickly change active panel ## Docker @@ -47,7 +48,6 @@ My tmux config file. Some note worthy changes are: README's are in there respectively docker compose folders - ## [Python Scripts](PythonScripts/) ### [rename_backslash.py](PythonScripts/rename_backslash.py)