mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:40:05 +08:00
Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev
This commit is contained in:
commit
632fc52d83
@ -55,6 +55,7 @@ augroup My_autocmds
|
||||
autocmd FocusLost * call system('synclient touchpadoff=0')
|
||||
autocmd FocusGained * call s:reload_touchpad_status()
|
||||
endif
|
||||
autocmd VimResized * wincmd =
|
||||
augroup END
|
||||
function! s:reload_touchpad_status()
|
||||
if s:touchpadoff
|
||||
|
Loading…
Reference in New Issue
Block a user