this post was submitted on 08 May 2025
249 points (96.3% liked)

Linux

54060 readers
1166 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] blackbrook@mander.xyz 4 points 1 day ago (1 children)

What terminal app do you use, and what do you use to do the remapping?

[–] HelloRoot@lemy.lol 2 points 1 day ago (1 children)

My current setup:

~/.bashrc

  stty intr \^x
  bind -f ~/.inputrc

~/.inputrc

set bind-tty-special-chars off

set colored-stats on
set show-all-if-ambiguous on
set show-all-if-unmodified on
set completion-ignore-case on
set completion-query-items -1
set page-completions off

"\e[1;5C": forward-word
"\e[1;5D": backward-word
"\C-h": nop
"\C-s":"\C-asudo "

And in Konsole I have remapped copy to ctrl+C and paste to ctrl+V .

I honestly don't remember what each config line is for, cause it has been so long ago. And probably you don't want all of that. Probably best to throw it into an AI and let it explain it line by line.

[–] blackbrook@mander.xyz 1 points 18 hours ago (1 children)

Thanks! I'm using konsole too, so that's good to know. Do you remap something else to produce the ctrl-c character?

[–] HelloRoot@lemy.lol 1 points 12 hours ago* (last edited 12 hours ago)

No, I press ctrl + c on my keyboard and in Konsole settings it is ctrl + c for copy