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

**Workflow** 1. Add a bookmark (mm) 2. Open a list of all bookmarks (ma) 3. Add another bookmark 4. Remove one or both created bookmarks (mm) **Expected** List of all...

enhancement

This is the relevant parts of my config: ``` if has('unix') let $VIM = "$HOME/.config/vim" elseif has('win32') let $VIM = "$HOME/vimfiles" endif " vim-bookmarks let g:bookmark_sign = '⭕' let g:bookmark_save_per_working_dir...

Currently jumping to a selected bookmarks moves the cursor to the corresponding line; however, the cursor position is not moved to the column where the bookmark was originally set: I...

I'm working a git project and I set many bookmarks in different files, can I jump between these bookmarks in different files?

question

It seems to no be saving to a session as far as I can tell but they persist when I open and close Neovim.

![image](https://user-images.githubusercontent.com/4325532/142698995-c6139f4d-1977-4b2d-b92a-4430b34913a9.png) VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 15 2021 21:48:21) Linux +signs

save bm_sign_index to file , maybe relevant #143

When loading bookmarks with `BookmarkLoad`, the plugin sometimes return an error stating: ```vim Failed to load/parse file ``` This happens because of the `sign place` command, which could be called...

I just quickly created this PR so the fix can be verified. I didn't test myself yet (besides this one use case). Please go ahead and help me testing.

Happens with latest version VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 11 2018 13:53:38) on mac os x. Also happens at least several times a day. ideas?...

bug