dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 4b971e1cf22a3609ebca10fa288095407320b143
parent d01626985a18e05286737c27d8c7b7d1ef5c0b51
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 15 Apr 2020 09:59:25 +0100

goyo keymap

Diffstat:
Mvim/.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/.vimrc b/vim/.vimrc @@ -80,6 +80,9 @@ nnoremap <C-c> :noh<CR> nnoremap <F8> :setl noai<CR> nnoremap <F9> :setl ai<CR> +" goyo +nnoremap <C-w>g :Goyo<CR> + " columns " 80 soft 120 hard let &colorcolumn="80"