From 1a4031f663fa46c37ca65144dddbf93343f58d64 Mon Sep 17 00:00:00 2001 From: John Practicalli <250870+practicalli-john@users.noreply.github.com> Date: Sun, 26 Nov 2023 18:37:40 +0000 Subject: [PATCH] basics: new navigation page --- docs/neovim-basics/navigation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/neovim-basics/navigation.md b/docs/neovim-basics/navigation.md index 30ff6e48..44030191 100644 --- a/docs/neovim-basics/navigation.md +++ b/docs/neovim-basics/navigation.md @@ -86,12 +86,16 @@ 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 @@ -99,11 +103,13 @@ Jump to a specific line using the number as a command - ++"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