fix(vim): add cr to the end of open so it actually works

This commit is contained in:
Ade Attwood 2023-04-25 21:14:52 +01:00
parent 644a3bdc90
commit 762d3d6bb2

View file

@ -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>