ctrlsf.vim icon indicating copy to clipboard operation
ctrlsf.vim copied to clipboard

A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2

Results 26 ctrlsf.vim issues
Sort by recently updated
recently updated
newest added

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...

## Issue description Saving an edit with async mode sometimes chops of the first character. Happens when searching entire moderately sized projects and editing many files. **Examples:** *updating Javascript Versions...

#### Issue description Its not always, but I noticed that when you try doing a search that will result in a lot of entries, it first displays a weird error...

It would be great to be able to toggle syntax highlighting in the results pane. Right now the results are printed out in only one color.

enhancement

![image](https://user-images.githubusercontent.com/37904996/123071637-6a880e00-d447-11eb-8442-a6bf9d9de003.png)

Hi I really wanted to have some icons in the previewer. I'm not familiar with Vim script, so I just added https://github.com/kyazdani42/nvim-web-devicons/ through lua interface on neovim. If you have...

Thanks for this amazing project! #### Issue description If a NERDTree window is open, the windows are not resized back to their correct sizes. #### Steps to reproduce Split your...

`test.txt` ``` a line // bellow is a line a line a line ``` --- `:CtrlSF 'a line'` works fine: **4** matched lines across **1** files. Done! `a line` //...

## Issue template #### Issue description The core command to open CtrlSF window is: ``` 'botright vertical'. winsize .'split' ``` Vim will create a window which width = `winsize` If...

When do opening file which is opened already, then nothing happens as expected. But entry in jump list doesn't added also. So we just add it manualy.