August 9, 2023

Shortcuts to edit on the command line

Ctrl + A  # move cursor at the beginning of the line
Ctrl + E  # move cursor at the end of the line
Ctrl + F  # move cursor forward one character
Ctrl + B  # move cursor backward one character
Alt  + F  # move cursor forward one word
Alt  + B  # move cursor backward one word
Alt  + D  # delete text from cursor to the end of the word
Ctrl + D  # delete character at the cursor location
Ctrl + K  # delete text from cursor to the end of the line
Ctrl + U  # delete text from cursor to the beginning of the line
Ctrl + L  # clear the screen and move the cursor a to the top-left corner. The clear command does the same thing
Ctrl + Y  # yank text from the kill-ring and insert it at the cursor location
Alt  + D  # kill text from the cursor location to the end of the current word
Ctrl + T  # transpose (exchange) the character at the cursor location with the one preceding it
Alt  + T  # transpose the word at the cursor location with the one preceding it
Alt  + L  # convert the characters from the cursor location to the end of the word to lowercase
Alt  + U  # convert the characters from the cursor location to the end of the word to upper
Ctrl + J  #copy the line from the history (ctrl-R) list to the current command line
Alt  + backspace # to delete text from the cursor to the beginning of the current word, or previous word

✍✍✍✍✍✍✍✍✍✍✍✍✍✍

I do self-funded research and I'm writing a book.

> What's the book about?

About technologies and agency.

Meaning, technologies can foster agency. No doubt. But I am also asking:

Can usage of technologies give us a sense of empowerment while in fact undermining our abilities?

I posted a summary of the prologue on the homepage: https://yctct.com/

✍✍✍✍✍✍✍✍✍✍✍✍✍✍


personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki

No affiliate links, no analytics, no tracking, no cookies. This work © 2016-2024 by yctct.com is licensed under CC BY-ND 4.0 .   about me   contact me   all entries & tags   FAQ   GPG public key

GPG fingerprint: 2E0F FB60 7FEF 11D0 FB45 4DDC E979 E52A 7036 7A88