dotfiles

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

commit 8259d48a515f09631c1d77a5f7aaa67d4032d96c
parent 2051c7dffa0c008c913f452bbe6a19bded3fde3b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu,  1 Aug 2019 13:57:09 +0200

vim: change sparkup mapping so it doesn't conflict with completion

Former-commit-id: 14b95f66ab8c420deda860176f72ec6213be2efd
Diffstat:
Mvim/vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -218,6 +218,9 @@ nmap <leader>sl <Plug>LoadSession nmap <leader>sd <Plug>DeleteSession nmap <leader>sq <Plug>CloseSession " }}} +" Sparkup {{{ +let g:sparkupExecuteMapping = '<C-x><C-e>' +" }}} set omnifunc=syntaxcomplete#Complete " }}}