Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. inoremap <expr> ,<tab> pumvisible() ? "<c-p>" :
  2. '<c-x><c-o><c-r>=pumvisible() ? "<lt>down>" : "Print"<cr>'
  3.  
  4. inoremap <expr> ,<tab> pumvisible() ? "<c-p>" :
  5. '<c-x><c-o><c-r>=pumvisible() ? "<lt>down>" : "<c-x>"<cr>'
  6.  
  7. inoremap <expr> ,<tab> pumvisible() ? "<c-p>" :
  8. '<c-x><c-o><c-r>=pumvisible() ? "<lt>down>" : "<c-x><c-p>"<cr>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement