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 |