summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-09-20 23:34:33 +0800
committerMineralwaterXu <[email protected]>2020-09-20 23:34:33 +0800
commit572b3933367b58f927e46e55f34a5b851671c4a3 (patch)
treeb75f980c8d31b7c0b40d9c90363280cba7f8b992
parent46b4e5ec5dca373dee0cd394f4da29dba6717e1d (diff)
modified README.md
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56dde30..5c7374a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# The NeoVim Config
+# The NeoVim Config (under construction ...)
This is my NeoVim configuration.
Special thanks to @theniceboy, who edited a NeoVim configuration for [Colemak](https://colemak.com/) user(link [here](https://github.com/theniceboy/nvim)).
@@ -11,6 +11,8 @@ Special thanks to @theniceboy, who edited a NeoVim configuration for [Colemak](h
- [3 Split Screen](#3-split-screen)
- [4 Open NeoVim Config](#4-open-neovim-config)
- [5 MarkdownPreview Mappings](#5-markdownpreview-mappings)
+ - [6 Fuzzy File Finder](#6-fuzzy-file-finder)
+ - [7 Undo Tree](#7-undo-tree)
* [vim-plug](#vim-plug)
- [vim-bufferline](#vim-bufferline)
- [vim-bolt](#vim-bolt)
@@ -24,8 +26,11 @@ Special thanks to @theniceboy, who edited a NeoVim configuration for [Colemak](h
- [markdown-preview.nvim](#markdown-previewnvim)
- [vim-table-mode](#vim-table-mode)
- [vim-markdown-toc](#vim-markdown-toc)
+ - [fzf.vim](#fzfvim)
+ - [undotree](#undotree)
<!-- /TOC -->
+
## Keyboard Shortcuts
### 1 Basics
In my configuration, **`<SPACE>`** is the **`<LEADER>`** key, which was **`\`** by default.
@@ -58,6 +63,15 @@ In my configuration, **`<SPACE>`** is the **`<LEADER>`** key, which was **`\`**
`<LEADER>` `ms` : close the MarkdownPreview(same as command `:MarkdownPreviewStop` in default Settings)
+### 6 Fuzzy File Finder
+
+### 7 Undo Tree
+| Shortcut | Action |
+|---------------|---------------|
+| `Shift` + `u` | Open Undotree |
+| `k` | Newer Version |
+| `j` | Older Version |
+
## vim-plug
### [vim-bufferline](https://github.com/bling/vim-bufferline)
### [vim-bolt](https://github.com/bpietravalle/vim-bolt)
@@ -71,3 +85,5 @@ In my configuration, **`<SPACE>`** is the **`<LEADER>`** key, which was **`\`**
### [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)
### [vim-table-mode](https://github.com/dhruvasagar/vim-table-mode)
### [vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc)
+### [fzf.vim](https://github.com/junegunn/fzf.vim)
+### [undotree](https://github.com/mbbill/undotree)