fix(vim): add cr to the end of open so it actually works
This commit is contained in:
parent
644a3bdc90
commit
762d3d6bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ set nowrap
|
|||
noremap <silent> <leader>q :bdelete<cr>
|
||||
noremap <silent> <leader>fs :w ++p<cr>
|
||||
|
||||
noremap <silent> <leader>o :Open
|
||||
noremap <silent> <leader>o :Open<cr>
|
||||
|
||||
noremap <silent> [b :bp<cr>
|
||||
noremap <silent> ]b :bn<cr>
|
||||
|
|
|
|||
Loading…
Reference in a new issue