From e1ce0a2f9656b8f44dca2f92afaa2cfda17222f3 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Apr 2020 15:48:55 -0400 Subject: auto push --- modules/vim-which-key.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/vim-which-key.vim') diff --git a/modules/vim-which-key.vim b/modules/vim-which-key.vim index fcc69954..38605729 100644 --- a/modules/vim-which-key.vim +++ b/modules/vim-which-key.vim @@ -25,9 +25,9 @@ fun! OpenConfigFile(file) endif endfun -nnoremap in :call OpenConfigFile('~/.config/nvim/init.vim') -nnoremap bashrc :call OpenConfigFile('~/.bashrc') -nnoremap code :call OpenConfigFile('~/Library/Application Support/Code/User/settings.json') +"nnoremap in :call OpenConfigFile('~/.config/nvim/init.vim') +"nnoremap bashrc :call OpenConfigFile('~/.bashrc') +"nnoremap code :call OpenConfigFile('~/Library/Application Support/Code/User/settings.json') let g:which_key_map['/'] = [ 'NERDCommenterToggle', 'commenter' ] let g:which_key_map['e'] = [ 'NERDTreeToggle', 'file-explorer' ] -- cgit v1.2.3