From 07f82dfafdc3b6078287569c8090b48b7376f56a Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sun, 11 Apr 2021 22:01:47 +0800 Subject: [PATCH] Fix SPC T F key binding (#4198) close https://github.com/SpaceVim/SpaceVim/issues/3261 --- autoload/SpaceVim/layers/ui.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) . ', [])',