summaryrefslogtreecommitdiff
path: root/plugin/perso.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/perso.vim')
-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 {} {}