diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-18 22:35:50 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-18 22:35:50 +0200 |
| commit | fa2bcb96f35c92639fa5420357988d8903da6676 (patch) | |
| tree | 024f7caea455b3a1a2506c71821ccd819828f3ef | |
| parent | 7581a9b3e46c29ecbbf85688d73dd4324bca2175 (diff) | |
README: Add a mapping suggestion for quitting
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -160,6 +160,9 @@ require-module connect-dolphin map global normal <c-n> ': new<ret>' map global normal <c-t> ': connect-terminal<ret>' map global normal <c-w> ': connect-shell alacritty<ret>' + +# Quit +map global normal <c-q> ': quit<ret>' ``` By setting the option `connect_environment` you can specify commands that |
