"Insert after" doesn't want to work
See original GitHub issueIssue Description
I’m not sure if I misunderstood anything about how Kakoune works (I’ve only ever used Dance), but pressing a
should put me into insert mode after the selection, right?
On my end, a
and i
do the same thing. This happens both with and without "selectionBehavior": "character"
.
Any idea about what could be going on?
Thanks for building this amazing extension!
Issue Analytics
- State:
- Created 5 months ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
jQuery insertAfter not working - Stack Overflow
You have the .after() method backwards. You need to first tell it, "after what element do I want to insert it." Then you...
Read more >.insertAfter() | jQuery API Documentation
.insertAfter( target )Returns: jQuery. Description: Insert every element in the set of matched elements after the target.
Read more >USB port may stop working after you remove or insert a USB ...
Describes a method to resolve a problem in which a USB port may stop responding when a USB device is repeatedly inserted and...
Read more >7 Practical Uses for the ::before and ::after Pseudo-Elements ...
First, we need to use relative positioning on the image element. We are going to use absolute positioning on one of the pseudo-elements...
Read more >jQuery insertAfter() Method - W3Schools
The insertAfter() method inserts HTML elements after the selected elements. Tip: To insert HTML elements before the selected elements, use the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Removing
"selectionBehavior": "character"
fromdance.modes.insert
fixed it! Thank you so much 😄Can’t believe I didn’t try that first. Using character selection behavior in insert mode doesn’t make any sense 😛