| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 2 months |
| seen | Mar 7 at 3:55 | |
| stats | profile views | 4 |
|
Oct 11 |
comment |
How to make cut/copy/paste in GVim on Ubuntu work with Ctrl+X,Ctrl+C,Ctrl+V? After some experiments and consultation of :help i_ctrl-r_ctrl-o, I decided to change imap <C-v> <ESC>"+pa to imap <C-v> <C-r><C-o>+; this works as expected when the cursor is to the left of the first character of a line, and it most closely imitates the "standard" behavior. |