Friday, June 23, 2023

primes nvim key-remaps

primagen’s nvim key-maps

Harpoon key-maps

<leader> + a = add
ctrl + e = menu
ctrl + h = 1
ctrl + t = 2
ctrl + n = 3
ctrl + s = 4

Telescope Key-maps

<leader> + pf fuzzy find files
ctrl + p fuzzy find git
<leader> + p s grep search

Vim Fugative Remap

<leader> + gs git status

lsp

ctrl P/ ctrl n next/ prev
ctrl + y accepts
ctrl space starts completion

relative line numbers i dont get them.

  • investigate Join command in vim.
  • ctrl d and u are in the middle in this setup
  • <leader> + p paste delete over selected into “void register”
  • <leader> + y = plus register ( yank to system clipboard)
  • <leader> d in norm/ vis mode delete to void register
  • ctrl + F = tmux switch
  • quick fix list??
  • <leader> + s = replace word your on
  • <leader> + x = chmod +x without having to leave vim

No comments:

Post a Comment