From 550c6a33cf8cb36e7f99525055ecb0d288ff0413 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 25 Sep 2022 15:42:06 -0700 Subject: [PATCH] :memo: Made more notes on native nvim keys/commands --- nvim_custom_keys.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nvim_custom_keys.txt b/nvim_custom_keys.txt index 0b8c0191..3776f9e9 100644 --- a/nvim_custom_keys.txt +++ b/nvim_custom_keys.txt @@ -89,6 +89,12 @@ GOOD FOR USE WITHIN FUNCTITON ENCAPSULATIONS [{ - go to beginning encapsulation that begins with { ( can also be used with '(' ) ]} - got o the ending encapsulation that ends with } ( can also be used with ')' ) +WINDOW MANIPULATION BINDINGS +ctrl + w + o - close all window buffers except for the one selected +ctrl + w + v - open up a vertical split window +ctrl + w + s - open up a horizontal split window + +:e ./name_of_file_to_open - not as good as fzf, but is a decent native file finder in nvim FROM NORMAL MODE, ENTERING OTHER MODES i - enter INSERT mode at the current cursor position