Skip to content

Commit

Permalink
Fix SPC p f mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg committed Nov 20, 2017
1 parent f4861e1 commit 6279572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/SpaceVim/layers/core.vim
Expand Up @@ -20,9 +20,9 @@ function! SpaceVim#layers#core#config() abort
if has('python3')
let cmd = 'Denite file_rec'
elseif has('python')
let cmd = "exe 'LeaderfFile"
let cmd = "LeaderfFile"
else
let cmd = "exe 'CtrlP"
let cmd = "CtrlP"
endif
call SpaceVim#mapping#space#def('nnoremap', ['p', 'f'],
\ cmd,
Expand Down

0 comments on commit 6279572

Please sign in to comment.