this post was submitted on 17 Oct 2025
21 points (95.7% liked)
GNU+Linux Humor
5479 readers
1 users here now
Memes, jokes and general humor about GNU+Linux
Rules:
- Posts must be relevant to GNU+Linux or at least an open source unix-like operating system
- No NSFW content
- No hate speech, bigotry, etc
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
:%s for changing a string on the entire file (I think it also works with selections instead of entire file)
:m+{num} to move a line
:tabe to open another tab (not split)
:te open terminal
:wqa write and quit all buffers (will fail with non-writrable buffer, like a terminal, sadly)
:!{shell command} execute
:r!{shell command} execute and write to current buffer
:cd change directory
Not a command, but useful to remember
%means current file (eg. :!rm %)I'm 19, and the plan is to learn all before 200