diff options
| author | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-10-19 14:11:40 +0200 |
|---|---|---|
| committer | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-10-19 14:11:40 +0200 |
| commit | 4b36468821072aec7a262aca901350df7b708a33 (patch) | |
| tree | 6f009cb0de3112b160756f8a9563abd5fda791ae /README.md | |
| parent | a2fe73d2d9d00580025a818670b2b661d4b80d9c (diff) | |
Do not force quit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>' |
