Vim - Putting arrows to use
codingfearlessly.com
Vim - Putting arrows to use
1–10 of 42 posts
Re: Vim - Putting arrows to use
#2Re: Vim - Putting arrows to use
#3Now I've got my arrow keys mapped to Nop in all modes except I mapped my right key to autocomplete in insert mode, which has worked pretty well for the last 10 minutes. I'd really like to start using autocomplete more, so for me it's handier than text moving.
Re: Vim - Putting arrows to use
#4I use arrow keys for movement all the time. Not always, but I found no value in forcing myself otherwise.
Re: Vim - Putting arrows to use
#5I use arrow keys for movement all the time. Not always, but I found no value in forcing myself otherwise.
Re: Vim - Putting arrows to use
#6Cool idea. I read an article here a couple months ago about vim autocomplete and I mapped my tab key to autocomplete, but that was super annoying for, you know, adding indentation. Now I've got my arrow keys mapped to Nop in all modes except I mapped my right key to autocomplete in insert mode, which has worked pretty well for the last 10 minutes. I'd really like to start using autocomplete more, so for me it's handi…
Re: Vim - Putting arrows to use
#7I use arrow keys for movement all the time. Not always, but I found no value in forcing myself otherwise.
Interesting. How long have you been using Vim?
Re: Vim - Putting arrows to use
#8Earlier quoted context omitted.
Interesting. How long have you been using Vim?
you did not ask me, but: when i'm busy thinking about the code, when i'm not typing for a long time, i lay back and browse the sourcecode with arrows and (up and down or pg-up and pg-down). not that fast, sure. but can be done with one hand, the other is scratching my head or what helps me think.
Re: Vim - Putting arrows to use
#9Earlier quoted context omitted.
Interesting. How long have you been using Vim?
you did not ask me, but: when i'm busy thinking about the code, when i'm not typing for a long time, i lay back and browse the sourcecode with arrows and (up and down or pg-up and pg-down). not that fast, sure. but can be done with one hand, the other is scratching my head or what helps me think.
Re: Vim - Putting arrows to use
#10Cool idea. I read an article here a couple months ago about vim autocomplete and I mapped my tab key to autocomplete, but that was super annoying for, you know, adding indentation. Now I've got my arrow keys mapped to Nop in all modes except I mapped my right key to autocomplete in insert mode, which has worked pretty well for the last 10 minutes. I'd really like to start using autocomplete more, so for me it's handi…
Check this[0] out. Autocomplete when typing words, indentation otherwise. [0]: https://gist.github.com/3418565