Lines Matching refs:M
65 …execute "nnoremap <silent> <buffer> ]M :call <SID>Python_jump('n', '". b:next_end."', 'W', v:count…
66 …execute "nnoremap <silent> <buffer> [M :call <SID>Python_jump('n', '". b:prev_end."', 'Wb', v:coun…
74 …execute "onoremap <silent> <buffer> ]M :call <SID>Python_jump('o', '". b:next_end."', 'W', v:count…
75 …execute "onoremap <silent> <buffer> [M :call <SID>Python_jump('o', '". b:prev_end."', 'Wb', v:coun…
83 …execute "xnoremap <silent> <buffer> ]M :call <SID>Python_jump('x', '". b:next_end."', 'W', v:count…
84 …execute "xnoremap <silent> <buffer> [M :call <SID>Python_jump('x', '". b:prev_end."', 'Wb', v:coun…
147 \ . '|silent! nunmap <buffer> [M'
151 \ . '|silent! nunmap <buffer> ]M'
155 \ . '|silent! ounmap <buffer> [M'
159 \ . '|silent! ounmap <buffer> ]M'
163 \ . '|silent! xunmap <buffer> [M'
167 \ . '|silent! xunmap <buffer> ]M'