Re: vim mappings for Hebrew

2012-03-07 Thread Nadav Har'El
On Wed, Feb 15, 2012, Avraham Rosenberg wrote about Re: vim mappings for Hebrew: The above from Nadav, using printable characters map! F12 esc:set invhk invrlcra map F12 :set invhk invrlcr I'm now using a slightly improved version: map F12 :set invrl invhkcr map

Re: vim mappings for Hebrew

2012-03-07 Thread Yedidyah Bar-David
On Wed, Mar 07, 2012 at 10:19:34PM +0200, Nadav Har'El wrote: On Wed, Feb 15, 2012, Avraham Rosenberg wrote about Re: vim mappings for Hebrew: The above from Nadav, using printable characters map! F12 esc:set invhk invrlcra map F12 :set invhk invrlcr I'm now using a slightly

Re: vim mappings for Hebrew

2012-02-15 Thread Daniel Shahaf
Nadav Har'El wrote on Wed, Feb 15, 2012 at 09:57:18 +0200: On Wed, Feb 15, 2012, Avraham Rosenberg wrote about Re: vim mappings for Hebrew: the difference between them...In general, I would like to know where from you got this wealth of information about the editor. Can you recommend some

vim mappings for Hebrew

2012-02-14 Thread Avraham Rosenberg
Hi all, I need, lately, to edit Hebrew texts with vim. As most vim commands, in normal and command modes use lower-case latin letter, which cannot be produced when the terminal is in Hebrew chars mode, I found myself switching all the time.. I started therefore to build a list of mappings, that

Re: vim mappings for Hebrew

2012-02-14 Thread Daniel Shahaf
Avraham Rosenberg wrote on Tue, Feb 14, 2012 at 12:59:38 +0200: Hi all, I need, lately, to edit Hebrew texts with vim. As most vim commands, in normal and command modes use lower-case latin letter, which cannot be produced when the terminal is in Hebrew chars mode, I found myself switching

Re: vim mappings for Hebrew

2012-02-14 Thread Nadav Har'El
On Tue, Feb 14, 2012, Daniel Shahaf wrote about Re: vim mappings for Hebrew: :set keymap=hebrew Indeed. Vim has a very nice feature where it can emulate a Hebrew keyboard for editing, i.e., you never have to switch to Hebrew using your normal mechanism, rather you stay in English mode, and just

Re: vim mappings for Hebrew

2012-02-14 Thread Tzafrir Cohen
On Tue, Feb 14, 2012 at 04:21:06PM +0200, Nadav Har'El wrote: On Tue, Feb 14, 2012, Daniel Shahaf wrote about Re: vim mappings for Hebrew: :set keymap=hebrew Indeed. Vim has a very nice feature where it can emulate a Hebrew keyboard for editing, i.e., you never have to switch to Hebrew

Re: vim mappings for Hebrew

2012-02-14 Thread Daniel Shahaf
Tzafrir Cohen wrote on Tue, Feb 14, 2012 at 17:32:52 +: On Tue, Feb 14, 2012 at 04:21:06PM +0200, Nadav Har'El wrote: On Tue, Feb 14, 2012, Daniel Shahaf wrote about Re: vim mappings for Hebrew: :set keymap=hebrew Indeed. Vim has a very nice feature where it can emulate a Hebrew

Re: vim mappings for Hebrew

2012-02-14 Thread Avraham Rosenberg
On Tue, Feb 14, 2012 at 05:32:52PM +, Tzafrir Cohen wrote: On Tue, Feb 14, 2012 at 04:21:06PM +0200, Nadav Har'El wrote: On Tue, Feb 14, 2012, Daniel Shahaf wrote about Re: vim mappings for Hebrew: :set keymap=hebrew Indeed. Vim has a very nice feature where it can emulate

Re: vim mappings for Hebrew

2012-02-14 Thread Nadav Har'El
On Tue, Feb 14, 2012, Daniel Shahaf wrote about Re: vim mappings for Hebrew: Tzafrir Cohen wrote on Tue, Feb 14, 2012 at 17:32:52 +: For UTF-8 set al=1488 Yes, one day I should start using this new invention, UTF-8 ;-) The above from Nadav, using printable characters map! F12

Re: vim mappings for Hebrew

2012-02-14 Thread Nadav Har'El
On Wed, Feb 15, 2012, Avraham Rosenberg wrote about Re: vim mappings for Hebrew: the difference between them...In general, I would like to know where from you got this wealth of information about the editor. Can you recommend some book? Vim has a very extensive user guide. In the old days