Download:
child 83:13c340386ee0
parent 81:ce1c2af2bd3b
82:2e8cd5304fff
Anton Shestakov <engored@ya.ru>, Tue, 27 Jan 2015 21:35:01 +0800
.vimrc: bubble lines in insert mode

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Tue Jan 27 21:34:32 2015 +0800
+++ b/.vimrc Tue Jan 27 21:35:01 2015 +0800
@@ -63,6 +63,8 @@
" bubble lines
nnoremap <C-Up> :move .-2<CR>
nnoremap <C-Down> :move .+1<CR>
+imap <C-Up> <C-O><C-Up>
+imap <C-Down> <C-O><C-Down>
" show column
nnoremap <F3> :setlocal cursorcolumn! cursorcolumn?<CR>