ctrlsf.vim
ctrlsf.vim copied to clipboard
preview with mouse
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