Looks very fast.
I put too many settings in init.vim and it became slow.😂
I would like to try this once. 📝
I have a demo of this here:
tags: https://asciinema.org/a/PNOAZY6fbcX1jY73I8Wlpw7ok
but other than tags I have ripgrep for finding contents and filenames
Looks very fast.
I put too many settings in init.vim and it became slow.😂
I would like to try this once. 📝
I basically copied the ctrl-r mechanism in bash, instead of searching history, it pastes in a generated command based on then command I selected with fzf.
The commands form a trie:
http://git.jb55.com/citadel/file/dotfiles/commands.html
So i type “ctrl-f”, which launches fzf on this file with an initial search of “^”. then type a sequence of characters so that I can execute these commands as muscle memory.