A Vim plugin to execute `:tjump` and select tag candidate with preview by fzf
Stars
2
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
43
commits
Improve/format the README and docs
3ccab3e
Support `fzf#run()`’s `exit` option in `fzf_tjump#jump()`
c5f4155
Adjust cursor position after jump
b29d0c2
Use `executable()` instead of `filereadable()`
a90ea12
Support `g:loaded_fzf_tjump` to disable the plugin
d4462c1
Fix demo
590339d
Use `.mp4` demo
6349d38
Refer the documentation
77b748e
Fix cases: use "CR" instead of "Cr"
2e01b66
Fix whitespaces
dc30af0
Use "z" named register to get selected text
818d1a5
Fix a mapping: use `xnoremap` for Visual mode
40fee7a
Add an option `g:fzf_tjump_preview_options` for fzf's `--preview-window`
024a2c2
Update tagstack before jump
fcefdb3
Fix indentations
59e65cc