Skip to content

Commit

Permalink
docs: neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jun 18, 2024
1 parent 71cb1cf commit 032f478
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions home/base/tui/editors/neovim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ plugin.
### Window Navigation

- Switch between windows: `<Ctrl> + h/j/k/l`
- Resize windows: `<Ctrl> + Up/Down/Left/Right`
- Resize windows: `<Ctrl> + Up/Down/Left/Right` (`<Ctrl-w> + -/+/</>`)
- Note: On macOS, conflicts with system shortcuts
- Disable in System Preferences -> Keyboard -> Shortcuts -> Mission Control

Expand Down Expand Up @@ -159,10 +159,11 @@ Provided by mini.surround plugin.

### Miscellaneous

| Action | |
| --------------------- | --------------- |
| Show all Yank History | `:<Space> + yh` |
| Show undo history | `:<Space> + uh` |
| Action | |
| --------------------------------- | --------------- |
| Show all Yank History | `:<Space> + yh` |
| Show undo history | `:<Space> + uh` |
| Show the path of the current file | `:!echo $%` |

## Additional Resources

Expand Down

0 comments on commit 032f478

Please sign in to comment.