this post was submitted on 19 Oct 2023
302 points (97.5% liked)

Linux

47325 readers
721 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] silicon_reverie 16 points 11 months ago (2 children)

Everyone here keeps talking about how the UI is amazing, so maybe this is the right place to ask: is there an FOSS office suite that has a command pallet like coding editors and GSuite do, where you can tap a hotkey and type the tool name without having to dig through menus?

[–] [email protected] 27 points 11 months ago* (last edited 11 months ago)

LibreOffice has that. Only thing is you'll need to do is set the hotkey manually, I believe the default is Shift+Esc but some LO apps may not have that configured. Go to Tools > Customize > Keyboard. Click inside the shortcut keys pane and press your preferred key combo (I use Ctrl+Shift+P). Then under functions, start typing "search" and look for "Search Commands". Then hit the Modify button to assign the shortcut key to the function. Now if you press Ctrl+Shift+P, it'll bring up the command pallete just like vscode.

[–] [email protected] 5 points 11 months ago

Emacs, if you're willing to go down that rabbit hole.