this post was submitted on 06 Jun 2024
81 points (94.5% liked)

Linux

46775 readers
1588 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
 

I almost feel like this a somewhat pointless feature. It's almost easier to just learn the default ones as opposed to adding "-modernbindings" or creating an "enano" variant/copy.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 2 months ago (2 children)

After all that, no ^S to save 🥲

[–] [email protected] 25 points 2 months ago* (last edited 2 months ago) (2 children)

^S for unprompted save is in the default keybinds, not that I could say when it was added. (Pretty sure it wasn't a pico thing, but that leaves quite a bit of time unaccounted for.)

Muscle memory for other editors kicked in when I was editing something and did a literal slow realisation and double-take when it worked.

Now if only I could stop pressing ^W in Firefox to use nano's "whereis" to find something that'd be great.

For those unaware, it closes the current tab. Or the whole browser. Ugh.

[–] [email protected] 8 points 2 months ago

:GASP: ^S does save! I have played myself for a fool all these years!!

Now I just have to unlearn ^X, Y, enter. . . :thisisfine:

Firefox desperately needs a way to customize keyboard shortcuts, especially to disable them. Shortkeys isn't really enough.

[–] [email protected] 5 points 2 months ago (1 children)

FYI: ctrl + shift + t brings back closed tabs.

[–] [email protected] 2 points 2 months ago

True. Other tools include: Ctrl+Shift+N to bring back a closed window if there's another window of the same browser instance still open, and when there isn't, there's Restore Previous Session which is accessible a couple of ways.

Neither bring back the comment that was being typed in a textbox on the page though. Guess when I usually ^W

[–] [email protected] 2 points 2 months ago (1 children)

True, I remember the first time I used nano, I was like "Ctrl + O to save, huh?"

[–] [email protected] 6 points 2 months ago (1 children)

^S works!! ...As revealed by our kind palindromic friend on the other sibling comment! Why they don't just list it on the statusbar we would never know!

[–] [email protected] 2 points 2 months ago (1 children)

Probably because Ctrl+S is the shortcut for scroll lock on the terminal so it can be a bit problematic if you start using it when not in nano. It freezes the output and you have to use Ctrl+Q to unlock.

[–] [email protected] 1 points 2 months ago

Makes sense! I should go check what my Zellijn configs are set to on the servers 🤔