Earlier quoted context omitted.
> Find and replace on steroids For people who don't know regular expressions...
Yes, for most people.
Slap – A Sublime-like terminal-based text editor
71–80 of 123 posts
Re: Slap – A Sublime-like terminal-based text editor
#72Every one of the listed features is also available in Vim. I fail to see how this is either Sublime-like besides the keybindings (since a file pane is available on both Emacs and Vim) or will cause me to leave Vim or Emacs behind. That said, I can definitely see this replacing Nano for some folks.
Re: Slap – A Sublime-like terminal-based text editor
#73A text editor that is slow on 1GHz single-core machines. What a time to be alive.
Re: Slap – A Sublime-like terminal-based text editor
#74Earlier quoted context omitted.
Why would you leave yourself in this low practiced state? Ie you don't spend the time to become fluent, so it's always "thinking" instead of being able to just do. Incidentally you should always always leave the insert mode when you are done typing. You are never confused about state because your default is "normal mode".
Because becoming fluent has a cost value trade off, and I think there are a lot of people who simply don't think time invested in that is worth it. I touch a terminal a lot, and I don't value vim enough to become fluent. I certainly know how to use it, and I know a fair bit of the commands, but it's nowhere close to my preferred workflow. Plus, there's a huge array of tools out there to allow me to work with files in…
Re: Slap – A Sublime-like terminal-based text editor
#75> Issues: [...] Slow on single cores, Raspberry Pi A text editor that is slow on 1GHz single-core machines. What a time to be alive.
Well, I'll give it a try if I have some time. I'm very curious what those "amazing features that make you drop Emacs" might be ;-)
Edit: Actually, does anyone know what the problem with a single core might be? If it's written in Javascript, it can't be that strongly relying on concurrency, can it? Or is it just the fact that it has to share "its" CPU core with the rest of the system?
Edit2: TIL: There's a library providing react-bindings for terminal interfaces[1]. I have to admit, I would've never expected that.
Re: Slap – A Sublime-like terminal-based text editor
#76When 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.
Re: Slap – A Sublime-like terminal-based text editor
#77Earlier quoted context omitted.
>I don't think what commands I want to execute. I think where I want to get in the file or what should the text look like, and then the logic behind the structure of vi/Vim commands takes me there. this is gibberish unless vim comes with some sort of spinal cord dongle. either it's muscle memory or thinking but you still have to have practiced the keystrokes.
Muscle memory is not using some brain power as the GP says. Once you are used to it (2-3 weeks), it feels very natural, I think "Oh I need to change the end of this sentence" and my fingers will take me there. It really is an extension of touch typing.
Re: Slap – A Sublime-like terminal-based text editor
#78Every one of the listed features is also available in Vim. I fail to see how this is either Sublime-like besides the keybindings (since a file pane is available on both Emacs and Vim) or will cause me to leave Vim or Emacs behind. That said, I can definitely see this replacing Nano for some folks.
I think GNU nano should probably also have a commandline switch to behave like a normal CUA-compliant editor and distros should have that enabled by default. It isn't compatible with anything but pico and someone who grew up with today's machines would have never seen pico.
Re: Slap – A Sublime-like terminal-based text editor
#79> slap is based on Github's atom/text-buffer, and as such should be very performant, even with very large files.
This is cutting irony!