From 4f0a66e556eaa66d6d65372885fd31348a818733 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Mon, 13 Sep 2021 19:41:27 +0300 Subject: [PATCH] reformat README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3553ef6..fb809c6 100644 --- a/README.md +++ b/README.md @@ -96,12 +96,13 @@ Use "kks -h" for command usage. At the moment, there is a single configuration option: -- `KKS_USE_GITDIR_SESSIONS` -- when this variable is set to any value and - `KKS_SESSION` is empty, `kks edit` will do the following: - - if the file is inside a git directory, `kks` will search for an existing - session based on git directory name and connect to it; - - if a session for the directory doesn't exist, `kks` will start a new session - and connect to it. +- `KKS_USE_GITDIR_SESSIONS` + - when set to any value and `KKS_SESSION` is empty, running `kks edit` will do + the following: + - if file is inside a git directory, `kks` will search for an existing + session based on top-level git directory name and connect to it; + - if a session for the directory doesn't exist, `kks` will start a new + session and connect to it. ### Provided scripts