`d` with no selection does not delete a character
See original GitHub issueIssue Description
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:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top 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 >
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
@timjs c0cea08 adds this.
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.