I'm running the current version of Ubuntu and can't get <S-Insert> or
<C-Insert> to work but <F7> and <F8>
work fine. I have this in my .vimrc:


if has("xterm_clipboard")
        vnoremap <F7> "+y
        nmap <F8> :set paste<CR>"+p:set nopaste<CR>`]
        imap <F8> <ESC>:set paste<CR>"+p:set nopaste<CR>`]i
" I seem to have a keyboard problem with shift-insert so I'm using the
above for now to copy and paste to the
clipboard
"       nmap <S-Insert> :set paste<CR>"+p:set nopaste<CR>`]
"       imap <S-Insert> <ESC>:set paste<CR>"+p:set nopaste<CR>`]i
endif


Can someone tell me how to get <S-Insert> and <C-Insert> working, since
this is what I use on win32?

thanks,
Bob Self

Reply via email to