Skip to content

vim-leader-guide maps for visual and normal mode not done. #4

Description

@EvanQuan

vmath has different leader commands for normal and visual mode.

" vmath {{{

" Calculates sum, average, min, and max of a selection of numbers.
"
vnoremap <leader>m y:call VMATH_Analyse()<CR>
nnoremap <leader>m vipy:call VMATH_Analyse()<CR>

" }}}

Haven't figured out how to map differently for normal and visual mode for vim-leader-guide

" TODO Figure out how to have it work for both normal and visual mode
" let g:lmap.m = ['visual' : 'Sum/Average/Min/Max']

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions