summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/i3/i3_guide.rmd6
-rwxr-xr-x.scripts/tutorialvids1
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd
index 804fee5..f0d9f81 100644
--- a/.config/i3/i3_guide.rmd
+++ b/.config/i3/i3_guide.rmd
@@ -45,6 +45,12 @@ If you'd like to change any of these keyboard changes, you need only open and
change `~/.scripts/remaps`. Actually, this should go without saying, but
*everything* here can easily be changed.
+Additionally, while this isn't a part of i3, the default editing mode in the
+shell is using vi bindings. If you want to learn more of this, run
+`Mod+Super+E` and type and select the option for "vi mode in shell". This
+setting can be changed if you don't like it by deleting or commenting out the
+contents of `~/.inputrc`.
+
## The Status Bar
If you're new to i3, notice the status bar on the top of the screen. To the
diff --git a/.scripts/tutorialvids b/.scripts/tutorialvids
index 8919438..ed607fd 100755
--- a/.scripts/tutorialvids
+++ b/.scripts/tutorialvids
@@ -11,6 +11,7 @@ zathura
gpg keys https://www.youtube.com/watch?v=DMGIlj7u7Eo
calcurse https://www.youtube.com/watch?v=hvc-pHjbhdE
urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
+vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
"
mpv $(grep -P "^$(grep https: <<< $vidlist | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" <<<$vidlist | sed 's/.*\t//')