vim-sneak icon indicating copy to clipboard operation
vim-sneak copied to clipboard

The missing motion for Vim :athletic_shoe:

Results 27 vim-sneak issues
Sort by recently updated
recently updated
newest added

It would be nice to have `;` overloaded so that it would work as the 'next' character for both `f` and `s` simultaneously. When pressed it will just repeat the...

question

Is there a way to disable the prompt? Currently with cmdheight=0, this will will make using sneak a bit painful since you will get an enter confirmation every time you...

enhancement

I expected sneak to wrap the search. Any chance that might be implemented as an option?

enhancement

Thanks a lot for the plugin. I generally work in label mode and have set display+=lastline in my .vimrc to show as much as possible of the last visible line....

bug

When I use `.` to repeat a deletion using a vim-sneak motion, it clobbers the most-recently used register, even when that register was not used for the action being repeated....

bug

Configuration (tested on latest nvim/vim): ```vim omap f Sneak_f ``` Buggy cases: * cursor on `q`, run `dfy` ``` qwerty ``` * expected: ``` ``` * actual behavior: the target...

f1eb049319bffdda94c5cfeb5c40b603ee9e529f (fix for #177) broke operator-pending mode f when the target is on eol/eof (#291). Revert that commit in order to fix #291, and introduce an alternative fix for #177:...

Updated PR from: https://github.com/justinmk/vim-sneak/pull/284, just for reference # Context 1. `vscode-neovim` does not support `conceal` properly when highlighting for now, therefore, when using `let g:sneak#label = 1 ` the labels...

I recently updated my vimrc to use sneak's versions of f/t: let g:sneak#s_next = 1 map f Sneak_f map F Sneak_F map t Sneak_t map T Sneak_T However, if I...

bug
help-wanted
blocked

Given a minimal vimrc: ```vim let &runtimepath .= ','.fnamemodify(expand(''), ':h') omap f Sneak_f ``` `cfl` in a buffer that contains only one like "eval" will result in `l` being left...

bug