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
A slight tangent, but I think I would prefer l and n to always select the next proper quote, similar to the functionality of L and N. I almost never want the pseudo-quote. Ideally I could then do:
This would better free up L and N so that you can implement the F and L functionality described above, without removing the utility of L and N.
I do think that the F and L mappings would be useful, but I don't anticipate using them very much. It's one of those things where if I have it available, it might creep into my Vim workflow, but it might take a while. It's not much harder to type $cil' instead of ciL'. It's also less to memorize.
Inspired by #80.
It could be useful to have mappings like
ciF"
to change inside the first quotes in the current lineciL"
to change inside the last quotes in the current lineThis should not be confused with the current word
last
meaningprevious
.I think the current
L
andN
mappings are not really useful, so I think we could useF
andL
for this.Any comments?
The text was updated successfully, but these errors were encountered: