From d8767ba4aa91169b4160a20c3c71e2c99677cf1f Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 9 Dec 2022 17:47:09 -0800 Subject: [PATCH] :memo: Made note of how to rotate panes in nvim --- nvim_custom_keys.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim_custom_keys.txt b/nvim_custom_keys.txt index f29404d3..bfc4b141 100644 --- a/nvim_custom_keys.txt +++ b/nvim_custom_keys.txt @@ -224,6 +224,9 @@ SHIFT + T Runs jester unit tester on appropriate .test.js files F11 Toggle Spellchecker +Custom shortcut: nv (opens up new vertical pane) +ctrl + w + r (rotates panes) + -- INSERT MODE ii - equivaent to key (return to normal mode from insert mode)