Re: vim mapping calls xmodmap to swap : with ; in a keyboard with dead keys for accents

2018-05-22 Thread Renato Fabbri
resolved! " aux/PXmodmap created through $ xmodmap -pke > aux/PXmodmap " with each dead, non-dead keys 'input source' " (as Unity/Ubuntu 16.04 calls it) " and swapping colon with semicolon nn p; :cal system('xmodmap '.g:prv.paths.vim.'aux/PXmodmap') nn p: :cal system('xmodmap '.g:prv.paths.vim.

Re: copy word

2018-05-22 Thread Shlomi Fish
On Tue, 22 May 2018 10:22:45 +0200 "sampe...@tiscali.it" wrote: > There is way to copy word to buffer and paste it to another place ? > > yes, see https://stackoverflow.com/questions/7797068/copying-a-word-and-pasting-over-a-word -- -

copy word

2018-05-22 Thread sampe...@tiscali.it
There is way to copy word to buffer and paste it to another place ? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message becau