diff --git a/home/base/tui/editors/neovim/README.md b/home/base/tui/editors/neovim/README.md index 0df9527b..cedbd3fc 100644 --- a/home/base/tui/editors/neovim/README.md +++ b/home/base/tui/editors/neovim/README.md @@ -94,8 +94,11 @@ plugin. ### Splitting and Buffers -| | Action | Shortcut | | --------------------- | ------------- | | Horizontal Split | `\` | | -Vertical Split | `\|` | | Close Buffer | ` + c` | +| Action | Shortcut | +| ---------------- | ------------- | +| Horizontal Split | `\` | +| Vertical Split | `\|` | +| Close Buffer | ` + c` | ### Editing and Formatting @@ -163,7 +166,7 @@ Provided by mini.surround plugin. | --------------------------------- | --------------- | | Show all Yank History | `: + yh` | | Show undo history | `: + uh` | -| Show the path of the current file | `:!echo $%` | +| Show the path of the current file | `:!echo $%` | ## Additional Resources