aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-09-18 21:32:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-09-18 21:32:58 +1200
commitab177ee6910ef8e6a8cc456b069b6fca26d1874c (patch)
tree6b9c21774058e36c088a4282c76b219dddb37c0d /vim/vimrc
parentSeparate 'dictionary' and 'thesaurus' settings (diff)
downloaddotfiles-ab177ee6910ef8e6a8cc456b069b6fca26d1874c.tar.gz
dotfiles-ab177ee6910ef8e6a8cc456b069b6fca26d1874c.zip
Use consistent spacing
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
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 <Leader>g
\ :<C-U>echo expand('%:p')<CR>
"" Leader,G changes directory to the current file’s location
nnoremap <Leader>G
- \ :<C-U>cd %:h<Bar>pwd<CR>
+ \ :<C-U>cd %:h <Bar> pwd<CR>
"" Leader,P creates the path to the current file if it doesn’t exist
nnoremap <Leader>P
\ :<C-U>call mkdir(expand('%:h'), 'p')<CR>