Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit cb5ffd8

Browse files
authored
Fix typo in completion_smart_tab map example
1 parent 52ccd7c commit cb5ffd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/completion-nvim.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ g:completion_enable_auto_popup *g:completion_enable_auto_popup*
7171
Or you want to use <tab> to trigger completion without modifying the
7272
usage to <tab> keys.
7373
>
74-
nmap <tab> <Plug>(completion_smart_tab)
75-
nmap <s-tab> <Plug>(completion_smart_s_tab)
74+
imap <tab> <Plug>(completion_smart_tab)
75+
imap <s-tab> <Plug>(completion_smart_s_tab)
7676
<
7777

7878
default value: 1

0 commit comments

Comments
 (0)