File tree Expand file tree Collapse file tree 1 file changed +1
-70
lines changed Expand file tree Collapse file tree 1 file changed +1
-70
lines changed Original file line number Diff line number Diff line change 1
- *keycasty.txt* For Last change: 2022 April 30
1
+ *keycasty.txt* For Vim/Neovim Last change: 2022 April 30
2
2
3
- INTRODUCTION *keycasty-introduction*
4
3
5
- vim-keycasty is an experimental keycast plugin for Vim/NeoVim.
6
-
7
- Still in the alpha stage of development. Use it just for fun.
8
-
9
- DEPENDENCY *keycasty-dependency*
10
-
11
-
12
- - Vim (8.2.3995+) or NeoVim (0.6.1+)
13
- - Deno <https://deno.land > (1.21.0+)
14
- - denops.vim <https://github.com/vim-denops/denops.vim > (v3.0.0+)
15
-
16
-
17
- INSTALLATION *keycasty-installation*
18
-
19
-
20
- 1. Install Deno
21
- 2. Install denops.vim and vim-keycasty with your package manager
22
-
23
-
24
- ex. vim-plug <https://github.com/junegunn/vim-plug >
25
-
26
- >
27
- Plug 'vim-denops/denops.vim'
28
- Plug 'hasundue/vim-keycasty'
29
- <
30
-
31
-
32
- CONFIGURATION *keycasty-configuration*
33
-
34
- The plugin refers the updatetime value for the time for which the pop-up
35
- automatically disappears if no input is received.
36
-
37
- >
38
- set updatetime=1000
39
- <
40
-
41
-
42
- COMMANDS *keycasty-commands*
43
-
44
- *keycasty-:KeycastyEnable*
45
-
46
- :KeycastyEnable Enable keycasty in all buffers.
47
-
48
-
49
- *keycasty-:KeycastyDisable*
50
-
51
- :KeycastyDisable Disable keycasty in all buffers.
52
-
53
-
54
- SUPPORTED VIM COMMANDS *keycasty-supported-vim-commands*
55
-
56
- CURSOR MOVEMENT ~
57
-
58
-
59
- - h j k l
60
- - gj gk
61
- - H M L
62
- - w W e E b B ge gE
63
- - %
64
- - 0 ^ $ g_
65
- - gg G
66
- - f F ; ,
67
- - } {
68
-
69
-
70
- EDITING ~
71
-
72
- Not supported yet.
73
4
74
5
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc >
75
6
You can’t perform that action at this time.
0 commit comments