diff options
author | Chris <[email protected]> | 2020-04-03 15:48:55 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-03 15:48:55 -0400 |
commit | e1ce0a2f9656b8f44dca2f92afaa2cfda17222f3 (patch) | |
tree | 42375030f2f1dab2a93ff921286ff3f949dc03f4 | |
parent | b045061a7f32c0164399af0848586510cd64bbf1 (diff) |
auto push
-rw-r--r-- | modules/vim-which-key.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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 <silent> <leader>in :call OpenConfigFile('~/.config/nvim/init.vim')<cr> -nnoremap <silent> <leader>bashrc :call OpenConfigFile('~/.bashrc')<cr> -nnoremap <silent> <leader>code :call OpenConfigFile('~/Library/Application Support/Code/User/settings.json')<cr> +"nnoremap <silent> <leader>in :call OpenConfigFile('~/.config/nvim/init.vim')<cr> +"nnoremap <silent> <leader>bashrc :call OpenConfigFile('~/.bashrc')<cr> +"nnoremap <silent> <leader>code :call OpenConfigFile('~/Library/Application Support/Code/User/settings.json')<cr> let g:which_key_map['/'] = [ '<Plug>NERDCommenterToggle', 'commenter' ] let g:which_key_map['e'] = [ 'NERDTreeToggle', 'file-explorer' ] |