diff --git a/autoload/SpaceVim/layers/ui.vim b/autoload/SpaceVim/layers/ui.vim index 87ab4863e..6e864e98f 100644 --- a/autoload/SpaceVim/layers/ui.vim +++ b/autoload/SpaceVim/layers/ui.vim @@ -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'], '', + call SpaceVim#mapping#space#def('nmap', ['T', 'F'], '', \ 'fullscreen-frame', 0) call SpaceVim#mapping#space#def('nnoremap', ['T', 'm'], 'call call(' \ . string(s:_function('s:toggle_menu_bar')) . ', [])',