Lines Matching refs:buffer
6 " Only do this when not done yet for this buffer
32 command! -buffer -bar -range Pick :<line1>,<line2>call s:choose('pick')
33 command! -buffer -bar -range Squash :<line1>,<line2>call s:choose('squash')
34 command! -buffer -bar -range Edit :<line1>,<line2>call s:choose('edit')
35 command! -buffer -bar -range Reword :<line1>,<line2>call s:choose('reword')
36 command! -buffer -bar -range Fixup :<line1>,<line2>call s:choose('fixup')
37 command! -buffer -bar -range Drop :<line1>,<line2>call s:choose('drop')
38 command! -buffer -count=1 -bar -bang Cycle call s:cycle(<bang>0 ? -<count> : <count>)
44 nnoremap <buffer> <expr> K col('.') < 7 && expand('<Lt>cword>') =~ '\X' && getline('.') =~ '^\w\+\s…
45 nnoremap <buffer> <silent> <C-A> :<C-U><C-R>=v:count1<CR>Cycle<CR>
46 nnoremap <buffer> <silent> <C-X> :<C-U><C-R>=v:count1<CR>Cycle!<CR>
48 …do_ftplugin = b:undo_ftplugin . "|exe 'nunmap <buffer> K'|exe 'nunmap <buffer> <C-A>'|exe 'nunmap …