tonybtw.com
tonybtw.com
https://git.tonybtw.com/tonybtw.com.git
git://git.tonybtw.com/tonybtw.com.git
Updated leader key documentation
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
---