|
299 | 299 | }, |
300 | 300 |
|
301 | 301 | "vim#text_object": { |
302 | | - "<?-count>iw": ["vim-select-text-object", "vim-word-inner", false, true, "<#move.count>"], |
303 | | - "<?-count>aw": ["vim-select-text-object", "vim-word-outer", false, true, "<#move.count>"], |
304 | | - "<?-count>iW": ["vim-select-text-object", "vim-WORD-inner", false, true, "<#move.count>"], |
305 | | - "<?-count>aW": ["vim-select-text-object", "vim-WORD-outer", false, true, "<#move.count>"], |
306 | | - "<?-count>ip": ["vim-select-text-object", "vim-paragraph-inner", false, true, "<#move.count>"], |
307 | | - "<?-count>ap": ["vim-select-text-object", "vim-paragraph-outer", false, true, "<#move.count>"], |
308 | | - |
309 | | - "<?-count>i{": ["vim-select-surrounding", "vim-surround-{-inner", false, true, "<#move.count>"], |
310 | | - "<?-count>a{": ["vim-select-surrounding", "vim-surround-{-outer", false, true, "<#move.count>"], |
311 | | - "<?-count>i}": ["vim-select-surrounding", "vim-surround-{-inner", false, true, "<#move.count>"], |
312 | | - "<?-count>a}": ["vim-select-surrounding", "vim-surround-{-outer", false, true, "<#move.count>"], |
313 | | - "<?-count>i(": ["vim-select-surrounding", "vim-surround-(-inner", false, true, "<#move.count>"], |
314 | | - "<?-count>a(": ["vim-select-surrounding", "vim-surround-(-outer", false, true, "<#move.count>"], |
315 | | - "<?-count>i)": ["vim-select-surrounding", "vim-surround-(-inner", false, true, "<#move.count>"], |
316 | | - "<?-count>a)": ["vim-select-surrounding", "vim-surround-(-outer", false, true, "<#move.count>"], |
317 | | - "<?-count>i[": ["vim-select-surrounding", "vim-surround-[-inner", false, true, "<#move.count>"], |
318 | | - "<?-count>a[": ["vim-select-surrounding", "vim-surround-[-outer", false, true, "<#move.count>"], |
319 | | - "<?-count>i]": ["vim-select-surrounding", "vim-surround-[-inner", false, true, "<#move.count>"], |
320 | | - "<?-count>a]": ["vim-select-surrounding", "vim-surround-[-outer", false, true, "<#move.count>"], |
321 | | - "<?-count>i\\<": ["vim-select-surrounding", "vim-surround-angle-inner", false, true, "<#move.count>"], |
322 | | - "<?-count>a\\<": ["vim-select-surrounding", "vim-surround-angle-outer", false, true, "<#move.count>"], |
323 | | - "<?-count>i\\>": ["vim-select-surrounding", "vim-surround-angle-inner", false, true, "<#move.count>"], |
324 | | - "<?-count>a\\>": ["vim-select-surrounding", "vim-surround-angle-outer", false, true, "<#move.count>"], |
325 | | - "<?-count>i\"": ["vim-select-surrounding", "vim-surround-\"-inner", false, true, "<#move.count>"], |
326 | | - "<?-count>a\"": ["vim-select-surrounding", "vim-surround-\"-outer", false, true, "<#move.count>"], |
327 | | - "<?-count>i'": ["vim-select-surrounding", "vim-surround-'-inner", false, true, "<#move.count>"], |
328 | | - "<?-count>a'": ["vim-select-surrounding", "vim-surround-'-outer", false, true, "<#move.count>"], |
| 302 | + "<?-count>iw": ["vim-select-text-object", "vim-word-inner", false, true, "<#text_object.count>"], |
| 303 | + "<?-count>aw": ["vim-select-text-object", "vim-word-outer", false, true, "<#text_object.count>"], |
| 304 | + "<?-count>iW": ["vim-select-text-object", "vim-WORD-inner", false, true, "<#text_object.count>"], |
| 305 | + "<?-count>aW": ["vim-select-text-object", "vim-WORD-outer", false, true, "<#text_object.count>"], |
| 306 | + "<?-count>ip": ["vim-select-text-object", "vim-paragraph-inner", false, true, "<#text_object.count>"], |
| 307 | + "<?-count>ap": ["vim-select-text-object", "vim-paragraph-outer", false, true, "<#text_object.count>"], |
| 308 | + |
| 309 | + "<?-count>i{": ["vim-select-surrounding", "vim-surround-{-inner", false, true, "<#text_object.count>"], |
| 310 | + "<?-count>a{": ["vim-select-surrounding", "vim-surround-{-outer", false, true, "<#text_object.count>"], |
| 311 | + "<?-count>i}": ["vim-select-surrounding", "vim-surround-{-inner", false, true, "<#text_object.count>"], |
| 312 | + "<?-count>a}": ["vim-select-surrounding", "vim-surround-{-outer", false, true, "<#text_object.count>"], |
| 313 | + "<?-count>i(": ["vim-select-surrounding", "vim-surround-(-inner", false, true, "<#text_object.count>"], |
| 314 | + "<?-count>a(": ["vim-select-surrounding", "vim-surround-(-outer", false, true, "<#text_object.count>"], |
| 315 | + "<?-count>i)": ["vim-select-surrounding", "vim-surround-(-inner", false, true, "<#text_object.count>"], |
| 316 | + "<?-count>a)": ["vim-select-surrounding", "vim-surround-(-outer", false, true, "<#text_object.count>"], |
| 317 | + "<?-count>i[": ["vim-select-surrounding", "vim-surround-[-inner", false, true, "<#text_object.count>"], |
| 318 | + "<?-count>a[": ["vim-select-surrounding", "vim-surround-[-outer", false, true, "<#text_object.count>"], |
| 319 | + "<?-count>i]": ["vim-select-surrounding", "vim-surround-[-inner", false, true, "<#text_object.count>"], |
| 320 | + "<?-count>a]": ["vim-select-surrounding", "vim-surround-[-outer", false, true, "<#text_object.count>"], |
| 321 | + "<?-count>i\\<": ["vim-select-surrounding", "vim-surround-angle-inner", false, true, "<#text_object.count>"], |
| 322 | + "<?-count>a\\<": ["vim-select-surrounding", "vim-surround-angle-outer", false, true, "<#text_object.count>"], |
| 323 | + "<?-count>i\\>": ["vim-select-surrounding", "vim-surround-angle-inner", false, true, "<#text_object.count>"], |
| 324 | + "<?-count>a\\>": ["vim-select-surrounding", "vim-surround-angle-outer", false, true, "<#text_object.count>"], |
| 325 | + "<?-count>i\"": ["vim-select-surrounding", "vim-surround-\"-inner", false, true, "<#text_object.count>"], |
| 326 | + "<?-count>a\"": ["vim-select-surrounding", "vim-surround-\"-outer", false, true, "<#text_object.count>"], |
| 327 | + "<?-count>i'": ["vim-select-surrounding", "vim-surround-'-inner", false, true, "<#text_object.count>"], |
| 328 | + "<?-count>a'": ["vim-select-surrounding", "vim-surround-'-outer", false, true, "<#text_object.count>"], |
329 | 329 | }, |
330 | 330 |
|
331 | 331 | "vim#move": { |
|
658 | 658 | "<SPACE>": ["all", [".vim-paste", false, true, "vim-default-register"], [".set-mode", "vim.insert"]], |
659 | 659 | }, |
660 | 660 |
|
661 | | - |
| 661 | + "vim.completion": { |
| 662 | + "<C-p>": ["select-prev-completion"], |
| 663 | + "<C-n>": ["select-next-completion"], |
| 664 | + "<C-y>": ["apply-selected-completion"], |
| 665 | + "<TAB>": ["apply-selected-completion"], |
| 666 | + }, |
662 | 667 |
|
663 | 668 | // vscode |
664 | 669 | "vscode.base": { |
|
0 commit comments