diff options
author | David Phillips <david@yeah.nah.nz> | 2022-02-02 09:57:10 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2022-02-02 09:57:10 +1300 |
commit | 5aa05507f5141442466bd361652692b0f99bbf39 (patch) | |
tree | 98502cd8d6ab3b993046edc3c437d9656e2a5a16 | |
parent | d117982f6decf3289088f41acc16446f1602c7db (diff) | |
download | dotfiles-5aa05507f5141442466bd361652692b0f99bbf39.tar.xz |
vimrc: wrap git commits correctly
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,3 +113,5 @@ xnoremap <F12> <Nop> snoremap <F12> <Nop> onoremap <F12> <Nop> nnoremap <expr> <F12> PopMode() + +au FileType gitcommit setlocal tw=72 |