summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorache <ache@ache.one>2016-01-19 07:12:40 +0100
committerache <ache@ache.one>2016-01-19 07:12:40 +0100
commitad20abe1ad8b0617f3653500511aa39f1fb02697 (patch)
tree0a46f413466bb820e41d5aecd714af4df2a05fe4 /plugin
parentAjout Killer-Feature / Copy-Past (diff)
Ajout de raccourcis console
Diffstat (limited to 'plugin')
-rw-r--r--plugin/perso.vim12
1 files changed, 8 insertions, 4 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index 29143fb..e14749f 100644
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -9,10 +9,10 @@ set cindent
set clipboard=unnamed
set ruler
-map <leader>j <C-W>j
-map <leader>k <C-W>k
-map <leader>h <C-W>h
-map <leader>l <C-W>l
+"map <leader>j <C-W>j
+"map <leader>k <C-W>k
+"map <leader>h <C-W>h
+"map <leader>l <C-W>l
@@ -29,6 +29,10 @@ nnoremap <silent><A-o> :set paste<CR>m`o<Esc>``:set nopaste<CR>
nnoremap <silent><A-O> :set paste<CR>m`O<Esc>``:set nopaste<CR>
+inoremap <c-e> <Esc>A
+inoremap <c-a> <Esc>0i
+
+
"inoremap {<CR> {<CR>}<up><C-o>$
"inoremap {{ {
"inoremap {} {}