mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:40:06 +08:00
Fix SPC T F key binding (#4198)
close https://github.com/SpaceVim/SpaceVim/issues/3261
This commit is contained in:
parent
838b0ee3e3
commit
07f82dfafd
@ -121,7 +121,7 @@ function! SpaceVim#layers#ui#config() abort
|
|||||||
\ . string(s:_function('s:toggle_syntax_hi')) . ', [])',
|
\ . string(s:_function('s:toggle_syntax_hi')) . ', [])',
|
||||||
\ 'toggle-syntax-highlighting', 1)
|
\ 'toggle-syntax-highlighting', 1)
|
||||||
|
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['T', 'F'], '<F11>',
|
call SpaceVim#mapping#space#def('nmap', ['T', 'F'], '<F11>',
|
||||||
\ 'fullscreen-frame', 0)
|
\ 'fullscreen-frame', 0)
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['T', 'm'], 'call call('
|
call SpaceVim#mapping#space#def('nnoremap', ['T', 'm'], 'call call('
|
||||||
\ . string(s:_function('s:toggle_menu_bar')) . ', [])',
|
\ . string(s:_function('s:toggle_menu_bar')) . ', [])',
|
||||||
|
Loading…
Reference in New Issue
Block a user