diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-03-15 15:11:00 +0100 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-18 14:33:34 +0200 |
| commit | 02a1d922d370ac80fa3db6d1a103eab1bfafa297 (patch) | |
| tree | 648d991f2158273e6c9011e3b9f7a8b7a6e21488 | |
| parent | 064e993681777b0227be65714eae056f96067f0c (diff) | |
README: Map <c-n> to create a new window
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -149,6 +149,8 @@ require-module connect-wofi require-module connect-lf require-module connect-dolphin +# Create a new window +map global normal <c-n> ': new<ret>' map global normal <c-t> ': connect-terminal<ret>' map global normal <c-w> ': connect-shell alacritty<ret>' ``` |
