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

Vim bookmark plugin

Results 34 vim-bookmarks issues
Sort by recently updated
recently updated
newest added
trafficstars

Not very helpful if you use tabs and/or splits. Would be nice if your plugin sought the first window that's displaying the relevant buffer.

bug

In most cases, I just want to jump to the right place from the bookmark list, I don't care which line in current file is a bookmark or annotation, so...

enhancement

use g:bm_stack_mode = 1 to enable stack mode ref: https://github.com/MattesGroeger/vim-bookmarks/issues/157

Currently, the bookmark list is sorted by lexicographical name. But it will be more handy during code review, if it is sorted by their creation time. Obviously there will be...

~~I'm quite sure this was the case in an older version of this plugin. The problem with the current implementation – that only shows the line preview: it's hard to...

enhancement

I am sorry if it has been implemented already, but i didn't manage to find it. I think it would be nice to be able to list all bookmarks from...

enhancement

Hi I usually redirect my `STDOUT` to vim using ``` $cmd | gvim - ``` But in the opened file the plugin does not work :( since it overrides `m`...

bug

I am having different problems in windows: Win 7 - 64bit Vim 7.4.777 Using Gvim When I install with vundle and restart vim my bookmark symbol is '¿' and vertical...

bug
question

Thanks a lot for making this, it's really great! It would be 100% complete for me if it were possible to optionally name a bookmark. So, I could type `:md...

feature

I have a bookmark in a weird state: It shows up in the sign-column but is not considered by the plugin as bookmark: e.g. it can't be removed. When I...

bug