diff --git a/README.md b/README.md index 5c46f5b..6782e50 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,16 @@ is guaranteed.** # Demo -## Fuzzy file finding +## Start screen with alpha-nvim

- + +

+ +## fuzzy finding using LeaderF + +

+

## Autocompletion @@ -86,7 +92,7 @@ is guaranteed.** Go to a string starting with `se`

- +

## GUI-style notification @@ -106,6 +112,7 @@ represents ASCII character `,`. |-------------------|---------------|-----------------|------------------------------------------------------------------| | `ff` | Normal | Linux/macOS/Win | Fuzzy file searching in a floating window | | `fh` | Normal | Linux/macOS/Win | Fuzzy help file grepping in a floating window | +| `fg` | Normal | Linux/macOS/Win | Fuzzy project-wide grepping in a floating window | | `ft` | Normal | Linux/macOS/Win | Fuzzy buffer tag searching in a floating window | | `fb` | Normal | Linux/macOS/Win | Fuzzy buffer switching in a floating window | | `` | Normal | Linux/macOS/Win | Remove trailing white spaces | @@ -152,5 +159,6 @@ You may also be interested in my post in configuring Vim on different platforms: + [Config nvim on Linux for Python development](https://jdhao.github.io/2018/12/24/centos_nvim_install_use_guide_en/) + [Nvim config on Windows 10](https://jdhao.github.io/2018/11/15/neovim_configuration_windows/) + [Nvim-qt config on Windows 10](https://jdhao.github.io/2019/01/17/nvim_qt_settings_on_windows/) ++ My nvim notes can be found [here](https://jdhao.github.io/categories/Nvim/) 1: Not enabled by default for Linux, see [this issue](https://github.com/jdhao/nvim-config/issues/4) on how to enable vimtex on Linux. [↩](#a1)