You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

58m 28s logged

Custom Keymaps

For my Neovim setup, I kept the custom keymaps minimal. Neovim already provides many useful default keybindings, so there is no need to create hundreds of custom shortcuts.

Some of the keymaps I added include:

  • Space + s to save the current file
  • k and j for smoother cursor movement
  • H and L to jump to the beginning and end of a line
  • Q to close the current buffer
  • vv and ss to create vertical and horizontal splits
  • Ctrl + h/j/k/l to navigate between splits
  • Tab and Shift + Tab for indentation in visual mode
  • Improved y and p behavior to move the cursor to the end of copied or pasted text
  • Space + h to clear search highlights
0
1

Comments 0

No comments yet. Be the first!