マークのハイライトと名前の表示して、少しだけ便利な機能を追加したVimバージョン8以降向けのプラグインです
Hlmarks.vim is a Vim plug-in that highlight marks and display that name, and add a little only useful function.
マークを移動するとハイライトとマーク名も移動します
If you move the mark, highlight and mark name is also moving.
同じ行でもう一度マークするとマークを削除できます
If you mark again on the same line, you can delete the mark.
インクリメントにマークすることもできます
You can mark incrementally.
(me
... <Leader>mm
... <Leader>mm
)
重なったマークは設定に従って表現され、一度に削除もできます
Overlapping marks are displayed according to setting, enable to remove them at a time.
(ma
-> mb
-> mc
-> <Leader>ml
)
同じバッファ内のマークを一度に削除することができます
You can remove all marks in the same buffer at a time.
(ma
-> mb
... mc
... <Leader>mb
)
詳細はヘルプドキュメントを参照してください
Please refer to the help documentation for details.