Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ colorscheme)</sup>
Fall is a fuzzy finder for Vim and Neovim, implemented in [Denops], and stands
for **"Filter All."**

See [Features](./wiki/Features) for more information about Fall's features.
See [Features](https://github.com/vim-fall/fall.vim/wiki/Features) for more information about Fall's features.

> [!WARNING]
>
Expand Down Expand Up @@ -78,15 +78,15 @@ Fall line README.md
![Fall Vim README Image](https://github.com/user-attachments/assets/4eb4db30-ee1e-458c-b619-765cf307a74c)

Users can view available mappings by pressing `<F1>` in the picker window. See
the [Mappings](./wiki/Mappings) page for more details.
the [Mappings](https://github.com/vim-fall/fall.vim/wiki/Mappings) page for more details.

### Configuration

In Fall, settings that utilize Vim’s built-in functionality are categorized as
“Configuration.” This includes key mappings, highlights, and buffer option
modifications.

Refer to the [Configuration](./wiki/Configuration) page on the GitHub Wiki for
Refer to the [Configuration](https://github.com/vim-fall/fall.vim/wiki/Configuration) page on the GitHub Wiki for
more details.

### Customization
Expand All @@ -96,7 +96,7 @@ categorized as “Customization.” These specifically refer to modifications ma
to the user customization file, which can be accessed via the `FallCustom`
command.

Visit the [Customization](./wiki/Customization) page on the GitHub Wiki for more
Visit the [Customization](https://github.com/vim-fall/fall.vim/wiki/Customization) page on the GitHub Wiki for more
information.

## Related Projects
Expand Down
Loading