Arrows keys in insert mode stopped working...

2014-08-07 Thread Paolo Bolzoni
Dear list, After some frustration tring to use CodeBlocks I decided to setup vim for c++ programming and I installed the following plugins: Command-T minibufexpl.vim nerdcommenter nerdtree syntastic tagbar undotree vim-easymotion vim-sensible vim-sleuth And now I have a quite strange problem, ar

Re: Arrows keys in insert mode stopped working...

2014-08-07 Thread Óscar Pereira
Are you sure the problem is caused by one of the plugins? Have you tried removing them all and then adding them back one by one, to see which one (if any) caused the issue? On Thu, Aug 07, 2014 at 11:14:06AM +0200, Paolo Bolzoni wrote: Dear list, After some frustration tring to use CodeBlocks I

Re: Arrows keys in insert mode stopped working...

2014-08-07 Thread Paolo Bolzoni
It was not fault of the plugins... I was an unexpected side effect of "" inoremap "" I setup to push myself to use ctrl-c to change from insert mode to normal mode. It is possible to disable the esc key without breaking the arrows? On Thu, Aug 7, 2014 at 12:46 PM, Óscar Pereira wrote: > Are yo

Re: Arrows keys in insert mode stopped working...

2014-08-07 Thread Óscar Pereira
On Thu, Aug 07, 2014 at 01:05:34PM +0200, Paolo Bolzoni wrote: It was not fault of the plugins... I was an unexpected side effect of "" inoremap "" I setup to push myself to use ctrl-c to change from insert mode to normal mode. It is possible to disable the esc key without breaking the arrows?

Re: Arrows keys in insert mode stopped working...

2014-08-07 Thread Marcin Szamotulski
On 12:40 Thu 07 Aug , Óscar Pereira wrote: > On Thu, Aug 07, 2014 at 01:05:34PM +0200, Paolo Bolzoni wrote: > >It was not fault of the plugins... I was an unexpected side > >effect of "" inoremap "" I setup to push myself to > >use ctrl-c to change from insert mode to normal mode. > > > >It i

Re: Arrows keys in insert mode stopped working...

2014-08-08 Thread Paolo Bolzoni
On Thu, Aug 7, 2014 at 1:40 PM, Óscar Pereira wrote: > On Thu, Aug 07, 2014 at 01:05:34PM +0200, Paolo Bolzoni wrote: >> >> It was not fault of the plugins... I was an unexpected side >> effect of "" inoremap "" I setup to push myself to >> use ctrl-c to change from insert mode to normal mode. >

Re: Arrows keys in insert mode stopped working...

2014-08-08 Thread Paolo Bolzoni
On Thu, Aug 7, 2014 at 2:43 PM, Marcin Szamotulski wrote: > On 12:40 Thu 07 Aug , Óscar Pereira wrote: >> On Thu, Aug 07, 2014 at 01:05:34PM +0200, Paolo Bolzoni wrote: >> >It was not fault of the plugins... I was an unexpected side >> >effect of "" inoremap "" I setup to push myself to >> >

Re: Arrows keys in insert mode stopped working...

2014-08-08 Thread Ben Fritz
On Friday, August 8, 2014 8:15:26 AM UTC-5, Paolo Bolzoni wrote: > I want to force myself to use > > Control-C to change from Insert Mode to Normal Mode instead of > > Esc. In Insert mode the effect of Esc and Control-C is the same. > > > > My Esc is not hard to reach, true... but using Contro