Stan
Stan
I implemented changes to have out-of-the-box integration with which-key.nvim to avoid code duplication between mappings, cheatsheet.nvim and which-key.nvim. I described how to use it in changes to README.md. It's related...
Fixes Alt+Enter for hotkeys and commands with placeholders. Please review thoroughly. I'm very novice for vim and lua.
Hi, I noticed a couple of issues with Alt+Enter. If I press Alt+Enter for the built-in 'find-and-replace' command `:s/{P}/{P}/g` then I get: ``` E5108: Error executing lua ...src/cheatsheet.nvim/lua/cheatsheet/telescope/actions.lua:27: Vim(substitute):E486: Pattern...
Fix the issue that when you come back after a while to the readme, you start to search for 'install' on the page and there is no results, you have...
here: https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/install.md#git-for-windows-star it says "GCM is included with [Git for Windows](https://gitforwindows.org/). During installation you will be asked to select a credential helper, with GCM listed as the default." But I...
Adds support for recording speech in two languages using separate hotkeys. Configuration ``` UTTERTYPE_LANGUAGE="en" # Primary language UTTERTYPE_SECOND_LANGUAGE="ru" # Secondary language UTTERTYPE_RECORD_HOTKEYS="++v" # Primary hotkey UTTERTYPE_RECORD_HOTKEYS_SECOND_LANGUAGE="++r" # Secondary hotkey ```