Toggle Limelight when toggling Goyo
This commit is contained in:
parent
071616d207
commit
15df158a9c
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue