diff options
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |