2

Is there an editor for linux which can cache files in it? Every time I started the Notepad++ on windows, it brought all files which I've left open (even unsaved files).

Unfortunately the Notepadqq doesn't brings up this function. Does anybody have a recommendation?

DevJoe
  • 123

5 Answers5

3

Ubuntu have plenty of editor. Here are two options:

1

Notapadqq has caching as default. Is a pretty good alternative that does most of the things that Notepad++ does. Here is a the github repo.

1

I would suggest Atom Editor

https://atom.io/

if anything is missing, most likely you can find additional packages that will do what you want!

Rolas
  • 77
0

I'm not sure, but Geany (sudo apt-get install geany) restores previous files and tabs from last session.

Also you can install Notepad++ on wine if you like it.

N0rbert
  • 99,918
-1

You can also try Visual Studio Code for Linux. It has auto completition, words highlighting and themes, plugins, extensions...

Marco
  • 1