missing <CR> in init.vim
This commit is contained in:
parent
593bbad6d1
commit
b0a6a21e28
2
init.vim
2
init.vim
@ -170,7 +170,7 @@ lua require'colorizer'.setup()
|
|||||||
|
|
||||||
"Set up telescope
|
"Set up telescope
|
||||||
nnoremap <silent> <C-g> <cmd>Telescope live_grep<cr>
|
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
|
"Neomutt settings
|
||||||
autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=0 nonumber nolist
|
autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=0 nonumber nolist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user