1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00

Fix SPC T F key binding (#4198)

close https://github.com/SpaceVim/SpaceVim/issues/3261
This commit is contained in:
Wang Shidong 2021-04-11 22:01:47 +08:00 committed by GitHub
parent 838b0ee3e3
commit 07f82dfafd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ function! SpaceVim#layers#ui#config() abort
\ . string(s:_function('s:toggle_syntax_hi')) . ', [])',
\ '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)
call SpaceVim#mapping#space#def('nnoremap', ['T', 'm'], 'call call('
\ . string(s:_function('s:toggle_menu_bar')) . ', [])',