dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit b81a2b8fd24593b1a35f66c92651c602daa4bc3e
parent 657d41991dc96a9d3e29a202366b2857120708df
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 24 Oct 2021 13:39:33 +0200

vim: removed the vimwiki table cabbrev, wasn't that useful

Diffstat:
Mvim/after/ftplugin/vimwiki.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/vim/after/ftplugin/vimwiki.vim b/vim/after/ftplugin/vimwiki.vim @@ -1,6 +1,5 @@ setlocal wrap shiftwidth=4 tabstop=4 softtabstop=4 breakindent breakindentopt=shift:3 -cabbrev <buffer> table VimwikiTable nmap <buffer> <leader><CR> <Plug>VimwikiSplitLink let b:undo_ftplugin = (exists('b:undo_ftplugin') ? b:undo_ftplugin.'|' : '')