summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMathieu Ablasou <alexherbo2@gmail.com>2020-10-19 14:11:40 +0200
committerMathieu Ablasou <alexherbo2@gmail.com>2020-10-19 14:11:40 +0200
commit4b36468821072aec7a262aca901350df7b708a33 (patch)
tree6f009cb0de3112b160756f8a9563abd5fda791ae /README.md
parenta2fe73d2d9d00580025a818670b2b661d4b80d9c (diff)
Do not force quit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cdd34e1..f32607a 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ Learn more about the [commands] and [aliases] in the [documentation].
## Configuration
-A typical workflow is mapping <kbd>Control</kbd> + <kbd>q</kbd> to `quit!` and
+A typical workflow is mapping <kbd>Control</kbd> + <kbd>q</kbd> to `quit` and
use the alias `:a` or `a` to reattach back and forth inside a `kak-shell`
(or any connected terminal).
@@ -176,7 +176,7 @@ map global normal <c-t> ': connect-terminal<ret>'
map global normal <c-n> ': connect-shell alacritty<ret>'
# Quit
-map global normal <c-q> ': quit!<ret>'
+map global normal <c-q> ': quit<ret>'
# Yank ring
map global normal Y ': yank-ring<ret>'