Fixed w and e for mac, Fixed 0 not working, Fixed Backspace deleting in normal mode, and added Paste above#19
Conversation
… in normal mode, and added Paste above
|
How exactly were See this discussion on changes removing Did this merged PR not already fix the |
|
Good day, AlxV07! actually, I had cloned this repo, and used XCode to convert it to a Safari usable version.
But the p and P commands don’t go into insert mode . Also, they paste in a new line (maybe the logic can be better when it is copied as dd/yy vs y where it pastes in a new line vs in the same line). So I wanted to separate the switchToInsertMode() logic from the addLine() logic. Also, I have just recently started using github in its true sense. I don’t have much expertise in various programming languages. I just observe the code around and try to implement changes if I can. If there is any mistake, please let me know. Cheers ✌🏽 |
|
When I had first cloned the repo, some of the changes you made were not there. And I was editing for my own use. I didn’t git fetch/pull later, so I might have missed it. Sorry about that. |
… in normal mode, and added Paste above