tonybtw.com

tonybtw.com

https://git.tonybtw.com/tonybtw.com.git git://git.tonybtw.com/tonybtw.com.git

Updated leader key documentation

Commit
32f4d1a1c4b0dfc6201c5add57c1ca479bea27bf
Parent
53a8ea8
Author
tonybanters <tonybanters@gmail.com>
Date
2025-08-28 17:00:08

Diff

diff --git a/content/org-files/neovim.org b/content/org-files/neovim.org
index 3f610f1..8ecd4fb 100644
--- a/content/org-files/neovim.org
+++ b/content/org-files/neovim.org
@@ -71,6 +71,8 @@ require("config.options")
 
 * Add keybindings
 
+Here is how I set my leader key:
+
 #+begin_src lua
 vim.g.mapleader = " "
 vim.keymap.set("n", "<leader>cd", vim.cmd.Ex)
diff --git a/content/tutorial/dwm/index.md b/content/tutorial/dwm/index.md
index ff131bd..8dd8ad4 100644
--- a/content/tutorial/dwm/index.md
+++ b/content/tutorial/dwm/index.md
@@ -5,6 +5,7 @@ description: "A complete DWM setup on Arch Linux with minimal patches, autostart
 date: 2025-04-27
 draft: false
 image: "/img/dwm.png"
+video: "https://www.youtube.com/watch?v=46z_h4bNzjk"
 showTableOfContents: true
 ---