NeovimKeys icon indicating copy to clipboard operation
NeovimKeys copied to clipboard

SUGGESTIONS

Open BooleanCube opened this issue 3 years ago • 4 comments

Please drop any suggestions you have over here! I will try my best to make it happen.

BooleanCube avatar Dec 31 '21 07:12 BooleanCube

make this a gradle project or at least add build instructions i don't trust your jars

lemon-sh avatar Jul 07 '22 20:07 lemon-sh

make this a gradle project or at least add build instructions i don't trust your jars

i added build instructions

BooleanCube avatar Jul 08 '22 03:07 BooleanCube

Hey! This program is really helpful, I like it!

I always use the w and the b key to jump faster in a line to the place I want to be in neovim. So my suggestion is, you could add a functionality to imitate jumping words. For example w could jump 5 blocks to the right, b could jump 5 blocks to the left.

For the hardcore vim users, you could also implement jumping with numbers.

  • 5j - jumps 5 blocks down
  • 7k - jumps 7 blocks up
  • 2h - jumps 2 blocks left
  • 11l - jumps 11 blocks right

FidoHUN avatar Sep 17 '23 07:09 FidoHUN

Hey! This program is really helpful, I like it!

I always use the w and the b key to jump faster in a line to the place I want to be in neovim. So my suggestion is, you could add a functionality to imitate jumping words. For example w could jump 5 blocks to the right, b could jump 5 blocks to the left.

For the hardcore vim users, you could also implement jumping with numbers.

* **5j** - jumps 5 blocks down

* **7k** - jumps 7 blocks up

* **2h** - jumps 2 blocks left

* **11l** - jumps 11 blocks right

Actually, I have recently created a vim plugin (keylab.nvim) that I would say is a lot better for using to practice getting faster at coding in general too. In the plugin, you can use whatever keybindings you have in your vim setup so it's much more adaptable. It is still under development and there's multiple issues currently open. If you are willing to help you can visit the keylab.nvim roadmap and work on some of the TODOs. Hopefully this helps!

BooleanCube avatar Sep 17 '23 15:09 BooleanCube