You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
668 B

Index: conque_2.1/autoload/conque_term.vim
--- conque_2.1/autoload/conque_term.vim.orig 2010-11-16 06:31:20.000000000 +0100
+++ conque_2.1/autoload/conque_term.vim 2011-02-12 15:56:51.000000000 +0100
@@ -603,6 +612,10 @@
inoremap <silent> <buffer> <C-w>h <Esc><C-w>h
inoremap <silent> <buffer> <C-w>l <Esc><C-w>l
inoremap <silent> <buffer> <C-w>w <Esc><C-w>w
+ inoremap <silent> <buffer> <C-w><up> <Esc><C-w><up>
+ inoremap <silent> <buffer> <C-w><down> <Esc><C-w><down>
+ inoremap <silent> <buffer> <C-w><left> <Esc><C-w><left>
+ inoremap <silent> <buffer> <C-w><right> <Esc><C-w><right>
endif
" }}}