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.

`d` with no selection does not delete a character

See original GitHub issue

Correct me if I’m wrong - I’m very new to kakoune-style bindings, but I thought d without explicitly selecting anything should delete the character under the cursor. Dance doesn’t seem to do that.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
71commented, Feb 20, 2020

@timjs c0cea08 adds this.

2reactions
yuchenshicommented, Jan 7, 2020

Alternatively, can we have a configurable option to keep all selections non-empty? I don’t know too much about the complexity, but it does solve the problem of having to special-case deleting / replacing, plus it might be easier for users like me who are coming from Vim/Kak to apply the muscle memory. I can also help with the implementation if needed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to delete, including the current character? - vim
Use d? c That will start d mode, search back to 'c' and then delete up to your cursor position. Edit: nope, that...
Read more >
xcode editor deletes characters on… | Apple Developer Forums
I have a swift file opened in Xcode 11.3 and inside that file when I try to delete a character by pressing the...
Read more >
How to delete special / unwanted characters in Excel - Ablebits
To remove a character that is not present on your keyboard, you can copy/paste it to the formula from the original cell.
Read more >
Is there a way to delete a character's name from ... - Final Draft
Go to Document > SmartType > Characters; Select the character name you want to remove and click Delete; Click OK to close the...
Read more >
How to Remove First Character from a Cell in Excel
Not all the time you'll have the first character an actual character. Sometimes it can be an unwanted space. In that situation, you...
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