Toggle Limelight when toggling Goyo

This commit is contained in:
Anthony Rose 2019-06-10 20:41:14 +01:00
parent 071616d207
commit 15df158a9c

2
vimrc
View file

@ -20,7 +20,7 @@ inoremap <left> <nop>
inoremap <right> <nop> inoremap <right> <nop>
inoremap <up> <nop> inoremap <up> <nop>
nmap <F7> :setlocal spell! spelllang=en_gb<CR> nmap <F7> :setlocal spell! spelllang=en_gb<CR>
nmap <F11> :Goyo<CR> nmap <F11> :Goyo<bar>:Limelight!!<CR>
nmap <silent> <A-Down> :wincmd j<CR> nmap <silent> <A-Down> :wincmd j<CR>
nmap <silent> <A-Left> :wincmd h<CR> nmap <silent> <A-Left> :wincmd h<CR>
nmap <silent> <A-Right> :wincmd l<CR> nmap <silent> <A-Right> :wincmd l<CR>