cinnamon.nvim icon indicating copy to clipboard operation
cinnamon.nvim copied to clipboard

Feature request: add 'keepjumps' argument to Scroll function

Open 010penetrator opened this issue 2 years ago • 1 comments

I don't want my jump list to collect all the 'n' motions, so this is what i had in Vim: nnoremap n :<C-u>execute "keepjumps norm! " . v:count1 . "nzz"<CR> nnoremap N :<C-u>execute "keepjumps norm! " . v:count1 . "Nzz"<CR>

Would be nice to control which motions in this plugin are or are not passed to the jumplist.

010penetrator avatar Feb 04 '23 07:02 010penetrator

I'll definitely add that!

declancm avatar Jun 04 '23 05:06 declancm

Now possible by using a command-line command or lua function

declancm avatar Jun 26 '24 07:06 declancm