From ab177ee6910ef8e6a8cc456b069b6fca26d1874c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 18 Sep 2020 21:32:58 +1200 Subject: Use consistent spacing --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index e95ba55d..23ba5098 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Thu, 17 Sep 2020 09:23:14 UTC +" Last updated: Fri, 18 Sep 2020 09:04:53 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, @@ -1346,7 +1346,7 @@ nnoremap g \ :echo expand('%:p') "" Leader,G changes directory to the current file’s location nnoremap G - \ :cd %:hpwd + \ :cd %:h pwd "" Leader,P creates the path to the current file if it doesn’t exist nnoremap P \ :call mkdir(expand('%:h'), 'p') -- cgit v1.2.3