summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()
"