Skip to content
Discussion options

You must be logged in to vote

[marking this as the answer because it has both of your answers collected in one config]

Thanks, that did the trick. For future searchers, my config is now:

-- The options globals must be done before vim-mark is loaded
-- (this is an old-skool vimscript plugin).
--
-- vim-mark maps a fair number of sequences, including \r, which
-- I map for replace, and # and *, which make search on mark
-- not work intuitively for me, so I disable the default keymaps.
-- and map only the few functions I need.

vim.g.mw_no_mappings               = 1;   -- 1: Tell mark.vim not to install global mapping
vim.g.mwHistAdd                    = "";  -- "": Don"t auto add to search or input history
vim.g.mwDefau…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@barries
Comment options

@inkarkat
Comment options

@barries
Comment options

Answer selected by barries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants