dyng / ctrlsf.vim

A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2
1.59k stars 86 forks source link

preview with mouse #330

Open mushoku-ningen opened 2 years ago

mushoku-ningen commented 2 years ago

sometimes im tired of using mouse. so how can i rewrite the plugin file to view file preview with mouse click? i want ctrlsd.vim to act like ctrl+shift+f in vscode i searched for vim function doing things when file is selected in general to add "call s:PreviewFile" to it. but i cant find it