diff --git a/vim/cheatvim.md b/vim/cheatvim.md index e9e2953..6817056 100644 --- a/vim/cheatvim.md +++ b/vim/cheatvim.md @@ -5,7 +5,6 @@ **Personal Config** - Use `` to navigate to last file in buffer -- Use `dm` to delete all local marks **[gitgutter](https://github.com/airblade/vim-gitgutter)** @@ -14,6 +13,10 @@ - Jump between change hunks with `[c` and `]c` - You can stage and unstage hunks with `hs` and `hu` +**[vim-signature](https://github.com/kshenoy/vim-signature)** + +- Use `dm[char]` to delete a specific mark + ## Editing **Personal Config**