Created
October 6, 2021 11:51
-
-
Save Aster89/65796d9700c350243578c0505041d104 to your computer and use it in GitHub Desktop.
Output of :imap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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