mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07:00
@@ -766,7 +766,9 @@ endfunction
|
||||
|
||||
noremap <silent> <Plug>(fzf-normal) <Nop>
|
||||
noremap! <silent> <Plug>(fzf-normal) <Nop>
|
||||
tnoremap <silent> <expr> <Plug>(fzf-normal) &filetype == 'fzf' ? "\<C-L>" : "\<C-\>\<C-n>"
|
||||
if exists(':tnoremap')
|
||||
tnoremap <silent> <expr> <Plug>(fzf-normal) &filetype == 'fzf' ? "\<C-L>" : "\<C-\>\<C-n>"
|
||||
endif
|
||||
|
||||
function! s:execute_term(dict, command, temps) abort
|
||||
let winrest = winrestcmd()
|
||||
|
Reference in New Issue
Block a user