question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Insert after" doesn't want to work

See original GitHub issue

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:closed
  • Created 10 months ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
merlindrucommented, Nov 29, 2022

Removing "selectionBehavior": "character" from dance.modes.insert fixed it! Thank you so much 😄

0reactions
merlindrucommented, Nov 29, 2022

Can’t believe I didn’t try that first. Using character selection behavior in insert mode doesn’t make any sense 😛

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found