summaryrefslogtreecommitdiffhomepage
path: root/src/blog/nvim-ts/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/nvim-ts/index.gsp')
-rw-r--r--src/blog/nvim-ts/index.gsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp
index e394e49..1c28687 100644
--- a/src/blog/nvim-ts/index.gsp
+++ b/src/blog/nvim-ts/index.gsp
@@ -42,9 +42,9 @@ html lang="en" {
While for many people this might be fine, I personally find it much more
clean to have the first and third commits merged into one commit, as
they’re two parts of the same task. This is where Git-Rebase comes in.
- We can run @code{-git rebase -i ⁨HEAD⁩~N} where @code{-N} is
- the number of commits back we want to include, which in this case would
- be 3. Running that command will open the following buffer in your text
+ We can run @code{-git rebase -i ‘‘HEAD’’~N} where @code{-N} is the
+ number of commits back we want to include, which in this case would be
+ 3. Running that command will open the following buffer in your text
editor. In my case, Neovim.
}