Live data from Hacker News

Slap – A Sublime-like terminal-based text editor

github.com

121–123 of 123 posts

Re: Slap – A Sublime-like terminal-based text editor

#121
post #112

When I am getting friends into the terminal or I don't feel like copying my vim configs to a server I use micro now: https://micro-editor.github.io/ It uses ctrl+s ctrl+c type shortcuts and has mouse support, it really is slick.

It is slick but it desperately needs multi cursor support and sadly there has been no progress on that - https://github.com/zyedidia/micro/issues/5

https://github.com/hishamhm/dit

Hisham's (of htop and gobolinux fame) dit editor seems to have gained such support 4 months ago.

Re: Slap – A Sublime-like terminal-based text editor

#122

Earlier quoted context omitted.

Pressing ctrl-d a couple of times, seeing what will change, and typing something is most of the time easier and faster than thinking about a regex. At least that's how I feel

Emacs' evil-mode provides "live" search-and-replace. I can't imagine using the vanilla Vim behavior any more.

I've been trying out spacemacs for the past few weeks, and I really love this feature as well

Re: Slap – A Sublime-like terminal-based text editor

#123
post #24

Earlier quoted context omitted.

Find and replace on steroids, meaning the flexibility of moving the cursors around in all instances of a find and making edits near the beginnings and ends of lines, for example.

> Find and replace on steroids For people who don't know regular expressions...

Try doing this with regular expressions.

https://gifs.com/player/G6m3vQ

Post reply on HN