From 9c4f714636164be90c511527767bcf36812b95ab Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Wed, 30 Aug 2023 13:11:31 +0300 Subject: [PATCH] Update docs --- dotfiles/neovim/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/neovim/README.md b/dotfiles/neovim/README.md index 2b43384..c478532 100644 --- a/dotfiles/neovim/README.md +++ b/dotfiles/neovim/README.md @@ -207,6 +207,10 @@ The following keybinds are available only when running inside firenvim: | d[a] | Delete surrounding pair of a | mini.surround | | s[m][a] | Surround the motion m with a | mini.surround | | s[a] | Surround selected code with a | mini.surround | +| g= | Evaluate text | mini.operators | +| gm | Duplicate text | mini.operators | +| gr | Replace text with register | mini.operators | +| gx | Exchange text | mini.operators | | C-F | Interactive file broswer | mini.files | | s | Flash [s]earch | flash | | S | Flash treesitter [s]elect | flash |