From e90c8ac99a1ff1346dd582622892a9fed53880bb Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 18 Dec 2022 18:02:36 -0800 Subject: [PATCH] :boom: Reformatted neovim config --- nvim_custom_keys.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nvim_custom_keys.txt b/nvim_custom_keys.txt index 1990b0f4..44dced00 100644 --- a/nvim_custom_keys.txt +++ b/nvim_custom_keys.txt @@ -116,10 +116,13 @@ shift + t -same as shift + f, but goes backwards to one character before entered * - search forward the word currently under the cursor # - search backward the word currently under the cursor -GOOD FOR USE WITHIN FUNCTITON ENCAPSULATIONS +GOOD FOR USE WITHIN FUNCTION 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 ')' ) +COOL BITS +ctrl + a - hops to nearest number and increments it + WINDOW MANIPULATION BINDINGS ctrl + w + o - close all window buffers except for the one selected ctrl + w + v - open up a vertical split window