summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 087dffa..21cad2f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -170,6 +170,10 @@ command Wq wq
command W w
command Q q
+"add empty line and stay in normal mode
+nmap <leader>o o<Esc>
+nmap <leader>O O<Esc>
+
"windows changing
nnoremap <C-h> <C-W>h
nnoremap <C-j> <C-W>j