Skip to content

Instantly share code, notes, and snippets.

@nongiach
Last active March 30, 2020 08:55
Show Gist options
  • Save nongiach/b04c65b29cb9ce8cb03b18f496d413d3 to your computer and use it in GitHub Desktop.
Save nongiach/b04c65b29cb9ce8cb03b18f496d413d3 to your computer and use it in GitHub Desktop.
let g:Lf_CommandMap = {'<C-x>': ['<C-s>'],
\ '<C-]>': ['<C-v>']}
nnoremap <space>f :LeaderfFunctionAll<cr>
nnoremap <space>b :LeaderfBufferAll<cr>
nnoremap <space>e :LeaderfFileFullScreen<cr>
nnoremap <space>m :LeaderfMru<cr>
nnoremap <space>l :LeaderfLineAll<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment