improved-ft.nvim icon indicating copy to clipboard operation
improved-ft.nvim copied to clipboard

Improve default f/t hop abilities

Results 2 improved-ft.nvim issues
Sort by recently updated
recently updated
newest added

Now all mappings should be perform with `expr = true` option. Example: ```lua local map = function(key, fn, description) vim.keymap.set({ "n", "x", "o" }, key, fn, { desc = description,...

The `{char}` argument for the default implementation of `f` respects the user's `lmap` mappings and allows the user to use digraphs as the argument for the search. (It's better described...