Closed haberdashPI closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.49%. Comparing base (
11175e1
) to head (09b934c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a hodge podge of improvements to the Larkin bindings:
ctrl+p
for paste in insert modectrl+d/u
for page up down in insert mode;
behavior to ignore theshrink selections
motion when getting the last motiong (shift+)/
andm (shift+)/
(see below for rationale and user config to reproduce)The
ctrl+d/u
commands use a new feature ofselection-utilities
version 0.6.6 that allows the page up/down to not select text during navigation. (The command differ from the default page up/down in that they are responsive tocount
usage)Closes #24. No additional missing motion units (beyond
comment
) were found in my search.The comment navigation was removed because it requires the user to customize
selection-utilities.motionUnit
for each specific language. For example, I have this in my config:And then I define the bindings in
masterkeys.toml
as follows: