Skip to content

Commit

Permalink
Remove LeaderF Plugin Since FZF Exists
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Nov 6, 2024
1 parent 09ec58d commit 0d48c7b
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions config/Wim.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* [[#How To Use An Alternative Keymap?|How To Use An Alternative Keymap?]]
* [[#ZWNJ|ZWNJ]]
* [[#Plugins Guide|Plugins Guide]]
* [[#Leaderf|Leaderf]]
* [[#Stargate|Stargate]]
* [[#Surround|Surround]]
* [[#vimdict|vimdict]]
Expand Down Expand Up @@ -124,72 +123,6 @@ This plugins guide is not about including a Tl;Dr to every plugin! Yet it will
cover some of the important ones that are not covered in the tables below. You
can always check out the individual repos of each plugin and see their README

== Leaderf ==
This is one of the most useful plugins. Although fzf can also do most of these
things, I prefer to keep them both around.
Wim doesn't provide any mappings for leaderf, and I advise you against it!
use leaderf from Vim's Ex Mode (command mode).

*Example:*
fuzzy match file names
`:Leaderf file`
fuzzy match history
`:Leaderf mru`
etc ...

file search files
tag navigate tags using the tags file
function navigate functions or methods in the buffer
mru search most recently used files
searchHistory execute the search command in the history
cmdHistory execute the command in the history
help navigate the help tags
line search a line in the buffer
colorscheme switch between colorschemes
gtags navigate tags using the gtags
self execute the commands of itself
bufTag navigate tags in the buffer
buffer search buffers
rg grep using rg
filetype navigate the filetype
command execute built-in/user-defined Ex commands.
window search windows.
quickfix navigate the quickfix.
loclist navigate the location list.

*optional arguments:*
-h, --help show this help message and exit
--reverse show results in bottom-up order
--stayOpen don't quit LeaderF after accepting an entry
--input <INPUT> specifies INPUT as the pattern inputted in advance
--cword current word under cursor is inputted in advance
--top the LeaderF window is at the top of the screen
--bottom the LeaderF window is at the bottom of the screen
--left the LeaderF window is at the left of the screen
--right the LeaderF window is at the right of the screen
--belowright the LeaderF window is at the belowright of the screen
--aboveleft the LeaderF window is at the aboveleft of the screen
--fullScreen the LeaderF window takes up the full screen
--popup the LeaderF window is a popup window or floating window
--nameOnly LeaderF is in NameOnly mode by default
--fullPath LeaderF is in FullPath mode by default
--fuzzy LeaderF is in Fuzzy mode by default
--regexMode LeaderF is in Regex mode by default
--nowrap long lines in the LeaderF window won't wrap
--next Jump to the next result.
--previous Jump to the previous result.
--recall Recall last search. If the result window is closed, reopen it.
--popup-height <POPUP_HEIGHT>
specifies the maximum height of popup window, only available in popup mode.
--popup-width <POPUP_WIDTH>
specifies the width of popup window, only available in popup mode.
--no-sort do not sort the result.
--case-insensitive fuzzy search case insensitively.
--auto-preview open preview window automatically.
--no-auto-preview don't open preview window automatically.

See: https://github.com/Yggdroot/LeaderF

= Stargate =
Literally magic! Written in vim9script, super fast and super efficient!
type `\f` in normal mode, followed by a character you want to jump to and
Expand Down

0 comments on commit 0d48c7b

Please sign in to comment.