The Basics of Emacs as a Text Editor
DistroTube
In this video, I'm going to quickly go through some of the basics of using Emacs, the text editor!
REFERENCED: βΊ https://www.gnu.org/software/emacs/
WANT TO SUPPORT THE CHANNEL? π° Patreon: https://www.patreon.com/distrotube π³ Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=derek%40distrotube%2ecom&lc=US&item_name=DistroTube&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest ποΈ Amazon: https://amzn.to/2RotFFi π Teespring: https://teespring.com/stores/distrotube
SOCIAL PLATFORMS: π¨οΈ Mastodon: https://mastodon.technology/@distrotube π¬ IRC: irc://freenode #distrotube π« Reddit: https://www.reddit.com/r/DistroTube/
DT ON THE WEB: πΈοΈ Website: http://distrotube.com/ π Gopherhole: gopher://distro.tube π GitLab: https://gitlab.com/dwt1
FREE AND OPEN SOURCE SOFTWARE THAT I USE: π½οΈ Open Broadcaster Software: https://obsproject.com/ π¬ Kdenlive: https://kdenlive.org π¨ GIMP: https://www.gimp.org/ π Audacity: https://www.audacityteam.org/ π» VirtualBox: https://www.virtualbox.org/
Your support is very much appreciated. Thanks, guys!
Some of the commands I will go over include: (1) Opening Documents C-x C-f for find file You can type full path to a file or create a new document. You could also just open the path to a directory and find the file. (2) C-x C-+, C-x C-- For Zoom In/Out (3) Basic Navigation C-n, C-p, C-f, C-b M-f, M-b (forward/back by words) C-a, C-e (beginning/end of line) M-a, M-e (backwards/forwards by sentence) M-{, M-} (backwards/forwards by paragraph) M-"LESS THAN", M-"GREATER THAN" (beginning/end of file) M-g g (goto line number) ESC-number C-n/p/f/b (perform motion that number of times) (4) Cut, Copy and Paste C-space to select text to copy/cut C-w cut highlighted M-w copy highlighted C-y paste C-k cut to end of line? C-x backspace, M-k (backwards/forwards delete the current line) M-z character cuts to that character ESC-number ESC-d deletes that number of words C-x u undo C-h v kill-ring C-x 0 to close the kill-ring window C-y Esc-y to cycle through kill-ring for paste (4) Buffers C-x b select another buffer C-x C-b list all buffers C-x k kill a buffer (5) Case change M-c capitalizes a word M-u uppercase word M-l lowercase word (6) Spell Check M-$ check current word sudo pacman -S aspell-en (for Arch users) (7) Query replace M-% (shift-5) Will only look forward in the file! RET exits the query replace (8) Search C-s to search forward C-r to search backward (9) Splits C ... https://www.youtube.com/watch?v=jPkIaqSh3cA
201919960 Bytes