Skip to content

Commit

Permalink
Remove modifiable and restore <CR> functionality to quickfix buffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Leite committed Feb 23, 2018
1 parent 14c21cc commit 38b2218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ augroup autocommands
autocmd BufWritePost .vimrc source %
autocmd FocusGained,BufEnter,CursorHold,CursorHoldI * checktime " Trigger autoread and/or ask to load file
autocmd BufEnter * EnableStripWhitespaceOnSave
autocmd BufReadPost quickfix nested setlocal modifiable
autocmd BufReadPost quickfix nested nmap <buffer> <CR> <CR>
autocmd User GoyoEnter nested call <SID>goyo_enter()
autocmd User GoyoLeave nested call <SID>goyo_leave()
augroup END
Expand Down

0 comments on commit 38b2218

Please sign in to comment.