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

Commit ddc53f5

Browse files
authored
Merge pull request #263 from YellowKirby/patch-1
docs: use imap for smart tab completion
2 parents a9bf5dd + a0c2343 commit ddc53f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ imap <silent> <c-p> <Plug>(completion_trigger)
109109
- Or you want to use `<Tab>` as trigger keys
110110

111111
```vim
112-
nmap <tab> <Plug>(completion_smart_tab)
113-
nmap <s-tab> <Plug>(completion_smart_s_tab)
112+
imap <tab> <Plug>(completion_smart_tab)
113+
imap <s-tab> <Plug>(completion_smart_s_tab)
114114
```
115115

116116
### Enable Snippets Support

0 commit comments

Comments
 (0)