dein-ui plugin - Set up key maps when the plugin is loaded
This commit is contained in:
parent
db29dc81d6
commit
03ae895e9e
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,2 @@
|
|||
" Force Dein to check the loaded plugins and install them
|
||||
call CheckDeinInstall( )
|
||||
|
||||
" Add key mappings for updates and installation
|
||||
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
||||
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|
||||
|
|
3
plugins/dein-ui.vim.cfg.vim
Normal file
3
plugins/dein-ui.vim.cfg.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
" Add key mappings for updates and installation
|
||||
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
||||
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|
Loading…
Reference in a new issue