💥 Reformatted neovim config
This commit is contained in:
parent
e1bd059741
commit
e90c8ac99a
1 changed files with 4 additions and 1 deletions
|
|
@ -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 forward the word currently under the cursor
|
||||||
# - search backward 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 '(' )
|
[{ - 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 ')' )
|
]} - 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
|
WINDOW MANIPULATION BINDINGS
|
||||||
ctrl + w + o - close all window buffers except for the one selected
|
ctrl + w + o - close all window buffers except for the one selected
|
||||||
ctrl + w + v - open up a vertical split window
|
ctrl + w + v - open up a vertical split window
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue