Skip to content

Commit

Permalink
change ctrlspace default key
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Sep 24, 2015
1 parent f696028 commit 9c5e411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ let g:ctrlp_funky_syntax_highlight = 1
let g:ctrlp_extensions = ['funky']

Bundle 'szw/vim-ctrlspace'
let g:ctrlspace_default_mapping_key = '<C-P>'
nnoremap <C-P> :CtrlSpaceNormal<CR>
let g:airline_exclude_preview = 1
hi CtrlSpaceSelected guifg=#586e75 guibg=#eee8d5 guisp=#839496 gui=reverse,bold ctermfg=10 ctermbg=7 cterm=reverse,bold
hi CtrlSpaceNormal guifg=#839496 guibg=#021B25 guisp=#839496 gui=NONE ctermfg=12 ctermbg=0 cterm=NONE
Expand Down

0 comments on commit 9c5e411

Please sign in to comment.