summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-13 14:41:13 -0700
committerLuke <luke@lukesmith.xyz>2018-02-13 14:41:13 -0700
commit4737db5925caab9a29eebd576d59fde42d7608a5 (patch)
tree8fa5bf65f1afb069707984bfd14344ab353f10b7 /.vimrc
parent97c7be675593d935cceda90f24a729f522db660b (diff)
downloadeibhear-4737db5925caab9a29eebd576d59fde42d7608a5.tar.gz
eibhear-4737db5925caab9a29eebd576d59fde42d7608a5.tar.zst
eibhear-4737db5925caab9a29eebd576d59fde42d7608a5.zip
readme fix
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index fe0bbf9..fbeed4d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -72,8 +72,6 @@
" Goyo's width will be the line limit in mutt.
autocmd BufRead,BufNewFile /tmp/neomutt* let g:goyo_width=72
autocmd BufRead,BufNewFile /tmp/neomutt* :Goyo
- " Automatically start in insert mode.
- autocmd BufRead,BufNewFile /tmp/neomutt* :exe "normal! O"
" Enable autocompletion:
set wildmode=longest,list,full