Re: Question about language specific mappings

2015-11-21 Thread Tony Mechelynck
On Sat, Nov 21, 2015 at 2:50 PM, BPJ wrote: > Den 2015-11-20 kl. 20:20, skrev Tony Mechelynck: >> These options can be toggled by hitting Ctrl-^ but since that >> keystroke is hard to find on my Belgian AZERTY keyboard I use the >> following, which works also in Normal mode: >> >> set ims=-1

Re: Question about language specific mappings

2015-11-21 Thread BPJ
Den 2015-11-20 kl. 20:20, skrev Tony Mechelynck: > These options can be toggled by hitting Ctrl-^ but since that > keystroke is hard to find on my Belgian AZERTY keyboard I use the > following, which works also in Normal mode: > > set ims=-1 > map :let &l:imi = ! &l:imi > map! I

Re: Question about language specific mappings

2015-11-20 Thread Random832
On 2015-11-20, Dmitri Vereshchagin wrote: > * Tony Mechelynck [2015-11-20 23:54]: >> N°№ U+2116 NUMERO SIGN > > Thank you. It is very clever. I suppose you use AZERTY keyboard > layout. I have ЙЦУКЕН (JCUKEN) keyboard and there is no simple way to > input degree sign. So I stick with di

Re: Question about language specific mappings

2015-11-20 Thread Tony Mechelynck
On Fri, Nov 20, 2015 at 10:45 PM, Dmitri Vereshchagin wrote: > * Tony Mechelynck [2015-11-20 23:54]: >> N°№ U+2116 NUMERO SIGN > > Thank you. It is very clever. I suppose you use AZERTY keyboard > layout. I have ЙЦУКЕН (JCUKEN) keyboard and there is no simple way to > input degree sign.

Re: Question about language specific mappings

2015-11-20 Thread Dmitri Vereshchagin
* Tony Mechelynck [2015-11-20 23:54]: > N°№ U+2116 NUMERO SIGN Thank you. It is very clever. I suppose you use AZERTY keyboard layout. I have ЙЦУКЕН (JCUKEN) keyboard and there is no simple way to input degree sign. So I stick with digraph. -- Dmitri Vereshchagin -- -- You received

Re: Question about language specific mappings

2015-11-20 Thread Dmitri Vereshchagin
* 'Andy Wokula' via vim_use [2015-11-20 20:16]: > Apparently the keymap script is sourced after ftplugin and syntax scripts, > and after BufEnter. I think I'd go with > > " ~/.vim/after/ftplugin/markdown.vim > augroup MarkdownKeymapFix > au! InsertEnter lunmap #|au! MarkdownKeymapFix > aug

Re: Question about language specific mappings

2015-11-20 Thread Tony Mechelynck
On Fri, Nov 20, 2015 at 9:23 PM, Dmitri Vereshchagin wrote: > Thank you Tony. But the question is how to disable one particular > mapping provided by keymap script. > > The problem is that keymap I am using maps number sign `#' to numero > sign `№'. The former is much more useful for me and the

Re: Question about language specific mappings

2015-11-20 Thread Dmitri Vereshchagin
Thank you Tony. But the question is how to disable one particular mapping provided by keymap script. The problem is that keymap I am using maps number sign `#' to numero sign `№'. The former is much more useful for me and the latter I can input using digraph. So I would like to disable only thi

Re: Question about language specific mappings

2015-11-20 Thread Tony Mechelynck
On Thu, Nov 19, 2015 at 11:23 PM, Dmitri Vereshchagin wrote: > More precisely question is about unmapping. I am using keymap to edit > texts in Russian. In my vimrc I have > > set keymap=russian-jcukenwin > set iminsert=0 > set imsearch=-1 > > When langmap mappings are enabled it tra

Re: [Bulk] Question about language specific mappings

2015-11-20 Thread 'Andy Wokula' via vim_use
Am 19.11.2015 um 23:23 schrieb Dmitri Vereshchagin: More precisely question is about unmapping. I am using keymap to edit texts in Russian. In my vimrc I have set keymap=russian-jcukenwin set iminsert=0 set imsearch=-1 When langmap mappings are enabled it translates `#' to `№'

Question about language specific mappings

2015-11-19 Thread Dmitri Vereshchagin
More precisely question is about unmapping. I am using keymap to edit texts in Russian. In my vimrc I have set keymap=russian-jcukenwin set iminsert=0 set imsearch=-1 When langmap mappings are enabled it translates `#' to `№' as expected. It is not very useful in markdown files. So