[misc] disabling ranger plugin hotkey had a typo

This commit is contained in:
Klesh Wong 2020-11-24 18:31:11 +08:00
parent 11b9978ef1
commit 78cdce3cc6

View File

@ -194,7 +194,7 @@ nnoremap <leader>k :cp<CR>
" ==== Ranger configuration ====
let g:ranger_map_key = 0
let g:ranger_map_keys = 0
nnoremap <C-t> :Ranger<CR>
autocmd BufEnter,BufRead nnoremap <leader>cg :<C-u>call OpenRangerIn(system("git rev-parse --show-toplevel >/dev/null || pwd"), 'edit ')<CR>