Skip to content

arturgoms/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase

demo1 demo2 demo3

Disclaimer

A lot of the keybinds will not make much sense if you just try to use it. This is because i'm using a QMK compatible keyboard and a lot of these keybinds is in a layer in my keyboard. If you wanna understand better you can check out the layer definition here: Layer, the layout here Layout and the macros here Macros

I advise you to fork this project if you want to use it, i cannot give you sure that i'll not break this in the future

Plugins:

Not all but the main ones

Keybinds:

WIP: but you can hit space to see whichkey

  • Normal/Insert S-Up -> Move line 1 to top
  • Normal/Insert S-Down -> Move line 1 to Botton
  • Normal S-u -> Open quick menu Harpoon
  • Normal S-l -> Add harpoon bookmark
  • Normal S-h -> Go to 1 file in Harpoon
  • Normal S-j -> Go to 2 file in Harpoon
  • Normal S-a -> Go to 3 file in Harpoon
  • Normal S-x -> Go to 4 file in Harpoon

Vim Motions:

WIP: i keep forgeting these

  • ciw -> delete the hole word that the cursor is in
  • yap -> yank the hole block of code
  • ys<motiom/ex:iw><some_char> -> surround the word with that char
  • ds<some_char> -> delete the surround
  • cs<some_char><another_char> -> change the surround from some_char to another_char
  • zz -> put current line on the middle of the screen
  • zt -> put current line on the top of the screen
  • zb -> put current line on the bottom of the screen
  • gc -> toggle inline comment
  • gb -> toggle inline comment

Install:

mv ~/.config/nvim/ ~/.config/nvim.bak
git clone https://github.com/arturgoms/nvim.git ~/.config/nvim

Credits:

A lot from here is a combination os things that i did but also a lot from others config.

About

My own neovim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages