m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-08-09 23:21:57 +09:00
parent c8bae4b19e
commit c86336e9b3

@@ -7,9 +7,9 @@ command! -nargs=1 Locate call fzf#run(
`:Locate /` will list every file on the system. So make sure that you're using Go version of fzf which is significantly faster than the old Ruby version.
### ~~Open files in splits~~
### Open files in splits
*Deprecated. Use `CTRL-X/V/T` with `:FZF` command instead.*
*Consider using `CTRL-X/V/T` key bindings of the default `:FZF` command instead.*
```vim
" Open files in horizontal split