missing <CR> in init.vim

master
Alex Selimov 3 months ago
parent 593bbad6d1
commit b0a6a21e28

@ -170,7 +170,7 @@ lua require'colorizer'.setup()
"Set up telescope
nnoremap <silent> <C-g> <cmd>Telescope live_grep<cr>
nnoremap <silent> <C-f> <cmd> Telescope find_files
nnoremap <silent> <C-f> <cmd> Telescope find_files<cr>
"
"Neomutt settings
autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=0 nonumber nolist

Loading…
Cancel
Save