You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
274B

  1. " vimcmdline options
  2. nnoremap <buffer> <CR> :call VimCmdLineSendLine()<CR>
  3. vnoremap <buffer> <CR> :call VimCmdLineSendSelection()<CR>
  4. nnoremap <buffer> <leader>rq :call VimCmdLineQuit()<CR>
  5. nnoremap <buffer> <F2> :call VimCmdLineStartApp()<CR>
  6. let cmdline_term_height = 25