Skip to content

Instantly share code, notes, and snippets.

@Aster89
Created October 6, 2021 11:51
Show Gist options
  • Save Aster89/65796d9700c350243578c0505041d104 to your computer and use it in GitHub Desktop.
Save Aster89/65796d9700c350243578c0505041d104 to your computer and use it in GitHub Desktop.
Output of :imap
i <C-Space> * <C-R>=<SNR>49_RequestSemanticCompletion()<CR>
i <Nul> <C-Space>
i <C-Y> * <SNR>49_StopCompletion( "\<C-Y>" )
i <Up> * pumvisible() ? "\<C-P>" : "\<Up>"
i <S-Tab> * pumvisible() ? "\<C-P>" : "\<S-Tab>"
i <Down> * pumvisible() ? "\<C-N>" : "\<Down>"
i <C-G>% <Plug>(matchup-c_g%)
i <Plug>(matchup-c_g%) * <C-\><C-O>:call matchup#motion#insert_mode()<CR>
i <Tab> * pumvisible() ? "\<C-N>" : "\<Tab>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment