From 6205a913b770c8fa053c22fb220fbd0c8287228a Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 8 Aug 2021 22:51:01 +0800 Subject: Neovim --> Nvim --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 19f6126..c0e2f9b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ # Introduction This repo hosts my Nvim configuration for all the platforms I am using (Linux, -Windows and macOS). `init.vim` is the config entry point for terminal Neovim, -and `ginit.vim` is the additional config file for GUI client of Neovim (I am +Windows and macOS). `init.vim` is the config entry point for terminal Nvim, +and `ginit.vim` is the additional config file for GUI client of Nvim (I am using [neovim-qt](https://github.com/equalsraf/neovim-qt) for now on Windows). My configurations are heavily documented to make it as clear as possible. While @@ -97,10 +97,10 @@ represents ASCII character `,`. | `t` | Normal | Linux/macOS/Win | Fuzzy buffer tag search in a floating window | | `` | Normal | Linux/macOS/Win | Remove trailing white spaces | | `v` | Normal | Linux/macOS/Win | Reselect last pasted text | -| `ev` | Normal | Linux/macOS/Win | Edit Neovim config in a new tabpage | -| `sv` | Normal | Linux/macOS/Win | Reload Neovim config | +| `ev` | Normal | Linux/macOS/Win | Edit Nvim config in a new tabpage | +| `sv` | Normal | Linux/macOS/Win | Reload Nvim config | | `q` | Normal | Linux/macOS/Win | Quit current window | -| `Q` | Normal | Linux/macOS/Win | Quit all window and close Neovim | +| `Q` | Normal | Linux/macOS/Win | Quit all window and close Nvim | | `w` | Normal | Linux/macOS/Win | Save current buffer content | | `cd` | Normal | Linux/macOS/Win | Change current directory to where current file is | | `y` | Normal | Linux/macOS/Win | Copy the content of entire buffer to default register | -- cgit v1.2.3