From 032f478d2ac1f900ff9d05f5ed9effc01c211e93 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 18 Jun 2024 11:08:13 +0800 Subject: [PATCH] docs: neovim --- home/base/tui/editors/neovim/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/home/base/tui/editors/neovim/README.md b/home/base/tui/editors/neovim/README.md index b2c5873a..0df9527b 100644 --- a/home/base/tui/editors/neovim/README.md +++ b/home/base/tui/editors/neovim/README.md @@ -88,7 +88,7 @@ plugin. ### Window Navigation - Switch between windows: ` + h/j/k/l` -- Resize windows: ` + Up/Down/Left/Right` +- Resize windows: ` + Up/Down/Left/Right` (` + -/+/`) - Note: On macOS, conflicts with system shortcuts - Disable in System Preferences -> Keyboard -> Shortcuts -> Mission Control @@ -159,10 +159,11 @@ Provided by mini.surround plugin. ### Miscellaneous -| Action | | -| --------------------- | --------------- | -| Show all Yank History | `: + yh` | -| Show undo history | `: + uh` | +| Action | | +| --------------------------------- | --------------- | +| Show all Yank History | `: + yh` | +| Show undo history | `: + uh` | +| Show the path of the current file | `:!echo $%` | ## Additional Resources