summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-09 18:12:09 +0100
committerCanop <cano.petrole@gmail.com>2020-01-09 18:12:09 +0100
commita0477be58aecb84335becf5424802718bf8fbdbf (patch)
tree51cf4b0f7c1aa23e4cc3dc55ea24c57166f6f441 /README.md
parentba5f2b8560e744262dff92fe5c297c1ed6e93eef (diff)
ctrl-c is another way to quit brootv0.11.4
This is defined by configuration, so users having already configured broot won't be affected unless they add this to their conf.toml file: [[verbs]] key = "ctrl-c" execution = ":quit" Fix #97
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02d7fa4..c3dcf5e 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Most useful keys for this:
* `<enter>` to select a directory (staying in broot)
* `<esc>` to get back to the previous state or clear your search
* `<alt><enter>` to get back to the shell having `cd` to the selected directory
-* `:q` if you just want to quit (`<esc>` works too)
+* `:q` if you just want to quit (`<esc>`, or `<ctrl><q>` or `<ctrl><c>` work too)
### Never lose track of file hierarchy while you search