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

Vim plugin: Maintain a manually-defined jump stack

Results 2 vim-kangaroo issues
Sort by recently updated
recently updated
newest added

Since tracking jumps local to a window in f6a20938, there's a higher chance of clashing variable names due to `s:positions` (scoped to plugin script) changing to `w:positions` (scoped to window).

I personally use a plugin for visualize my marks, could be nice if vim-kangaroo work together with it, maybe having an option in vimrc which automatically set the push/pop stack...