Closed NEX-S closed 2 years ago
https://github.com/lewis6991/satellite.nvim/blob/609623c88ef9a1e6869dd20443a2027c10502b92/lua/satellite/autocmd/mark.lua#L22
if we map m to another keymap, the satellite will remap m and cause some delay.
m
vim.keymap.set('n', 'm', '%', { noremap = true, silent = true })
https://github.com/lewis6991/satellite.nvim/pull/25#issue-1430468649
Yes, and?
Please read the README. This is an experimental plugin and the APIs needed in order to implement this plugin robustly do not yet exist.
https://github.com/lewis6991/satellite.nvim/blob/609623c88ef9a1e6869dd20443a2027c10502b92/lua/satellite/autocmd/mark.lua#L22
if we map
m
to another keymap, the satellite will remap m and cause some delay.