From f5d56602df70950de6b7d40966b00c9939c81763 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 26 Jan 2020 17:16:07 +0100 Subject: Intial commit of v2 See https://drewdevault.com/2019/12/30/dotfiles.html --- .vim/doc/how-to-do-things.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vim/doc/how-to-do-things.md (limited to '.vim/doc/how-to-do-things.md') diff --git a/.vim/doc/how-to-do-things.md b/.vim/doc/how-to-do-things.md new file mode 100644 index 0000000..a705d62 --- /dev/null +++ b/.vim/doc/how-to-do-things.md @@ -0,0 +1,9 @@ +# vim : how to do things + +## navigation + +### open path under cursor? + +- `gf` _goto file_ +- `f` _in new window_ +- `gf` \_in new tab` -- cgit 1.4.1