1 line
2.1 KiB
Plaintext
1 line
2.1 KiB
Plaintext
<p><img src="https://thumbnails.lbry.com/1C9GbmIP1EA" width="480" alt="thumbnail" title="Getting Evil (aka Vim keys) in Emacs without Doom Emacs" /></p>This tutorial is focused on getting Vim style keys in Emacs without having to install Doom Emacs. With the rise in Emacs distros I have seen a rise in reliance on them to avoid learning Emacs. While I am all for people using what works for them I wanted to make a video to help those who want to learn vanilla Emacs while still keeping Vim keys everywhere.<br /><br />Use-package Config:<br /> https://gist.github.com/Gavinok/38975384c4a46c291103e7b220dc25e9<br /><br />Install Use-package config<br />NOTE: this will overwrite your current Emacs configuration<br /><br />```sh<br />mkdir -p ~/.emacs.d && curl https://gist.githubusercontent.com/Gavinok/38975384c4a46c291103e7b220dc25e9/raw/d038d398dc760e7270fbbcb3d7233dca8cbca2d6/init.el -o ~/.emacs.d/init.el<br />```<br /><br />NO Use-package Config:<br /> https://gist.github.com/Gavinok/5ba21492b66b6765384cf43d9b836847<br /><br />Install NO Use-package config<br /><br />```sh<br />mkdir -p ~/.emacs.d && curl https://gist.githubusercontent.com/Gavinok/5ba21492b66b6765384cf43d9b836847/raw/48fab224c74170662ce98ef009a20808748939f7/init.el -o ~/.emacs.d/init.el<br />```<br /><br />Let me know what you think and if there is anything specific you would like to learn about.<br /><br />----------------► Wanna Support Me? ◀︎----------------<br />Github: <br /> https://www.github.com/sponsors/gavinok<br />Patreon: <br /> https://www.patreon.com/gavinfreeborn<br /><br />----------------► Wanna Checkout My Dots? ◀︎----------------<br />Vimrc:<br /> https://github.com/Gavinok/dotvim<br />Emacs Config:<br /> https://github.com/Gavinok/emacs.d<br />----------------► Come Join The Community◀︎----------------<br />LBRY:<br /> https://open.lbry.com/@GavinFreeborn:d?r=FVxxdjxLmbpPS5K4EdMsLjBjkxv9eEGs<br />Matrix Space:<br /> https://matrix.to/#/%23gavinfreeborn:matrix.org<br />Discord:<br /> https://discord.gg/JJk5KKU<br /> <br />00:00 Intro<br />...<br />https://www.youtube.com/watch?v=1C9GbmIP1EA |