You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kakoune supports dropping selections using a regular expression to either indicate what to drop (<A-K>) or what to keep (<A-k>). It's not clear to me whether this should be done as a new SelectionAction, or as a new CursorCloseTarget.
The text was updated successfully, but these errors were encountered:
I've added a SelectionAction::Filter variant for this. The command bar widget will need to be adapted in some way to allow keybindings to specify what action gets generated when the search bar is submitted, either as part of #32 or before.
Kakoune supports dropping selections using a regular expression to either indicate what to drop (
<A-K>
) or what to keep (<A-k>
). It's not clear to me whether this should be done as a newSelectionAction
, or as a newCursorCloseTarget
.The text was updated successfully, but these errors were encountered: