diff --git a/README.md b/README.md index 11b1b06..27ebfe5 100644 --- a/README.md +++ b/README.md @@ -231,16 +231,6 @@ The default leader key is `\` (backslash), matching Vim's default. `` works in all mapping commands (`map`, `nmap`, `noremap`, `imap`, `vmap`, etc.) and is case-insensitive — ``, ``, and `` all work. -If you set `let mapleader = ""`, you should also add `unmap ` before your leader mappings to free Space from its default binding: - -```vim -let mapleader = "" -unmap -nmap fs :obcommand editor:save-file -``` - -Space continues to work normally in insert mode. - You can change the leader key mid-file — each `let mapleader` only affects mappings that come after it, matching Vim's behavior. ## Emulate Common Vim Commands via Obsidian commands