summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-03-15 15:11:00 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-06-18 14:33:34 +0200
commit02a1d922d370ac80fa3db6d1a103eab1bfafa297 (patch)
tree648d991f2158273e6c9011e3b9f7a8b7a6e21488
parent064e993681777b0227be65714eae056f96067f0c (diff)
README: Map <c-n> to create a new window
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae69c10..c5a024d 100644
--- a/README.md
+++ b/README.md
@@ -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>'
```