Re: Disabling arrow key in insert mode

2016-05-13 Thread Thomas R.
I found the culprit, I use YouCompleteMe and this plugin remaps the key as I found out here: i * pumvisible() ? "\" : "\" Last set from ~/.vim/bundle/YouCompleteMe/autoload/youcompleteme.vim If anyone has an idea on how to bypass that... -- -- You received this message fro

Re: Disabling arrow key in insert mode

2016-05-13 Thread Thomas R.
Hello, Thank you for the answer. I use this to force myself not to use the arrow key. I tried using but the behavior is the same: I can still go up and down. Here is the whole part of my .vimrc that deals with arrow keys: nnoremap nnoremap nnoremap nnoremap nnoremap nnoremap inore

Disabling arrow key in insert mode

2016-05-13 Thread Thomas R.
Hello, I'm trying to disable the arrow keys in insert mode. I added the following in my vimrc: inoremap inoremap inoremap inoremap inoremap inoremap When I'm in insert mode, I now can't navigate left and right. However, and I press up or down, the cursor still moves and I can still

Re: Go to definition and open in new tab

2016-03-09 Thread Thomas R.
On Wednesday, March 9, 2016 at 2:43:18 AM UTC+1, h_east wrote: > Hello Thomas! > > 2016-3-8(Tue) 19:04:06 UTC+9 Thomas R.: > > Hello, > > > > I'm trying to remap the shortcut so it goes to the definition but > > using a new tab. For example using . >

Go to definition and open in new tab

2016-03-08 Thread Thomas R.
Hello, I'm trying to remap the shortcut so it goes to the definition but using a new tab. For example using . I have tried the following in my vimrc: nnoremap I don't understand why it doesn't work. The shortcuts on the right seem to do exactly what I want when using them one after the oth

Re: Arrow keys get re-enabled when opening other files

2016-02-25 Thread Thomas R.
Hi, thanks for the answers! That was the problem indeed. Without it works as intended. Thank you -- -- 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 ---