Skip to content

Commit

Permalink
basics: new navigation page
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Nov 26, 2023
1 parent 35e76da commit 1a4031f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/neovim-basics/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,30 @@ Jump to a specific line using the number as a command
:127
```


## Jumplist

`:jumps` shows the Neovim jumplist containing all points from any buffer recently jumped to using neovim commands

- ++ctrl++ ++"o"++ jump back
- ++ctrl++ ++"i"++ jump forward
- ++"ctrl"++ and navigation key (hjkl) to move to changelist window
- ++"q"++ closes the jumplist buffer


## Changes

`:changes` shows the Neovim changelist containing all points in the current buffer which have changed

- ++"g"++ ++semi-colon++ jump back (previous edit)
- ++"g"++ ++full-stop++ jump forward
- ++"ctrl"++ and navigation key (hjkl) to move to changelist window
- ++"q"++ closes the changelist buffer


## Search in buffer

++forward-slash++ searches buffer for the following pattern
++slash++ searches buffer for the following pattern

- ++"n"++ jumps to next match
- ++"N"++ jumps to previous match
Expand Down

0 comments on commit 1a4031f

Please sign in to comment.