Add K mapping for Python docs

This commit is contained in:
Kenneth Benzie 2016-08-03 23:45:16 +01:00
parent 9c4caee646
commit 48306a25ed

View File

@ -25,3 +25,6 @@ setlocal encoding=utf-8
" Set up file format " Set up file format
setlocal fileformat=unix setlocal fileformat=unix
let python_highlight_all=1 let python_highlight_all=1
" Mappings
nnoremap K :YcmCompleter GetDoc<CR>