summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-05-29 11:02:07 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-05-29 11:02:07 +0200
commit30d65a914eb709f3ebacdf98ad3e768b7d7045bb (patch)
treebd971f869dcaf4750bd395105b38409110c27a99
parentd400a92468f095dc5cbec6b2488f31264c0e71e3 (diff)
[Vim] merge avec opera/openwide
-rw-r--r--vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 52dd908..a0ce58d 100644
--- a/vimrc
+++ b/vimrc
@@ -45,8 +45,8 @@ imap <F10> <Esc>:cn<CR>i
"set efm=\"%f\"\\,\ line\ %l:\ error\ %m,\"%f\"\\,\ line\ %l:\ warning\ %m
" remaps C-j & C-k to C-y and C-e
-noremap <C-j> <C-y>
-noremap <C-k> <C-e>
+noremap <C-k> <C-y>
+noremap <C-j> <C-e>
"Macros
map <F2> :source ~/.vim/bépo
@@ -108,6 +108,8 @@ set noexpandtab
map U yyp:s/[^ ]/-/g<CR>:noh<CR>
map <ESC>Q v/$\n\n<CR>J:.!fmt -tcw78<CR>:noh<CR>
+map <ESC>u :noh<CR>
+
" Function
" Erase_Sig_but_Your()
"