@[email protected] to [email protected] • 1 year ago:wq!lemmy.worldimagemessage-square117fedilinkarrow-up1229
arrow-up1229image:wq!lemmy.world@[email protected] to [email protected] • 1 year agomessage-square117fedilink
minus-square𝕯𝖎𝖕𝖘𝖍𝖎𝖙linkfedilink7•edit-21 year agoresult: Very intuitive like vim. gg - top of the file /un - find “un” place cursor at u 2x - remove 2 characters ?- - search backwards for the character - d/like - delete everything up until the characters like See, intuitive!
minus-square@[email protected]linkfedilinkEnglish5•edit-21 year agoI don’t do that much search and replace in any terminal based text editor to actually use that on a regular basis. If I need edits like that, I use a GUI text editor.
minus-square𝕯𝖎𝖕𝖘𝖍𝖎𝖙linkfedilink3•1 year agoSure, I just hate moving from mouse to keyboard every few seconds as I code.
result: Very intuitive like vim.
gg
- top of the file/un
- find “un” place cursor at u2x
- remove 2 characters?-
- search backwards for the character-
d/like
- delete everything up until the characterslike
See, intuitive!
I don’t do that much search and replace in any terminal based text editor to actually use that on a regular basis. If I need edits like that, I use a GUI text editor.
deleted by creator
Sure, I just hate moving from mouse to keyboard every few seconds as I code.