I seek an editor where Ctrl+C copies, Ctrl+X cuts, Ctrl+V pastes, Ctrl+Z undos, Ctrl+Y redos, F3 searches and F2 renames. When I click the left mouse button, the cursor should go there. All modes should be active at the same time (command and insert and ...).
Also Ctrl+W closes the current tab in tabbed interfaces, Alt+F4 closes the currently focused app, Ctrl+Tab tabs between guess what, tabs, Ctrl+O brings up open dialog, Ctrl+P brings up print dialog,
What Linux editor exists out there that can be used in the terminal and has that behavior?
gedit
ormousepad
yet. I'll test them. But I just wanted to see if the community knows a compliant editor already. – Saeed Neamati Jul 17 '21 at 07:17nano
, I don't know if they work invi
) – Archisman Panigrahi Jul 17 '21 at 07:18vi
are the same for other tools, and were a standard created in the early 1970s. You want it to follow another later standard?? What is a universal shortcut? as to me the standard used by unix/posix/vi makes sense given so many *nix tools use them. – guiverc Jul 17 '21 at 07:19nano
, so I directly usedvim
and enjoy it. However, I am a poweruser, and cannot really recommend it to newcomers who want to edit a file once in a while in the terminal. So I really think this is a good question. With some less rant against other editors it would be very good :-) – pLumo Jul 17 '21 at 08:51