top | item 41824575

(no title)

jiffygist | 1 year ago

- throw away c language mode and and rewrite it from scratch

- make dired more usable like a normal file manager. opening a file with the associated program that would persist after emacs closes should be its primary feature. ideally i want something like a mix of ranger/lf with dired

- make it have fully-featured terminal, not dumb terminal. make it easy to open lots of terminal windows. add a way to change terminal directory with fido or dired

- make working with ssh not so horribly laggy

discuss

order

celeritascelery|1 year ago

All of this is possible in the current Emacs.

1. You can already define what program opens a file in dired. You could even use detach it from the Emacs process so it stays open when Emacs closes.

2 we already have vterm, which has all the features you described.

3. There are ways to make this better. I am actually in the process of writing a blog post about working efficiently over tramp.

jiffygist|1 year ago

Thanks for vterm, that's just what I need.

For dired I do have my bindings (one for xdg-open on a single file, another for custom command on a bunch of files).