Skip to content

Commit 033a2fc

Browse files
committed
Shortcut to create a new empty line
1 parent 1a550bc commit 033a2fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ map <leader>n :nohls<CR>
9595
" switch between buffers quicker
9696
nnoremap <leader><leader> <c-^>
9797
98+
nnoremap <leader>o o<Esc>
99+
100+
98101
",v brings up my .vimrc
99102
"",V reloads it -- making all changes active (have to save first)
100103
map ,v :sp $MYVIMRC<CR><C-W>_

0 commit comments

Comments
 (0)