1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Merge branch 'master' of git@github.com:aquatix/dotfiles.git

This commit is contained in:
root
2018-03-28 08:47:52 +02:00
4 changed files with 26 additions and 3 deletions

3
.vimrc
View File

@@ -296,6 +296,9 @@ Plugin 'reedes/vim-pencil'
" 1 hard enter only, which can be annoying
let g:pencil#autoformat = 0
" Do not insert hard line breaks in the middle of a sentence
let g:pencil#wrapModeDefault = 'soft' " default is 'hard'
" Toggle Gogo with Limelight and Pencil together with Ctrl+F11
"map <C-F11> :Goyo <bar> :Limelight!! <bar> :TogglePencil <CR>
nmap <leader>V :Goyo <bar> :Limelight!! <bar> :TogglePencil <CR>