Skip to content

Commit

Permalink
Auto generate vim syntax docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent 0733711 commit ceedc0d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/fittencode.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*fittencode.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 June 04
*fittencode.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 June 05

==============================================================================
Table of Contents *fittencode.nvim-table-of-contents*
Expand Down Expand Up @@ -159,6 +159,20 @@ DEFAULTS ~
},
-- Enable/Disable the default keymaps in inline completion.
use_default_keymaps = true,
-- Default keymaps
keymaps = {
inline = {
['<TAB>'] = 'accept_all_suggestions',
['<C-Down>'] = 'accept_line',
['<C-Right>'] = 'accept_word',
['<C-Up>'] = 'revoke_line',
['<C-Left>'] = 'revoke_word',
['<A-\\>'] = 'triggering_completion',
},
chat = {
['q'] = 'close'
}
},
-- Setting for source completion.
source_completion = {
-- Enable source completion.
Expand Down

0 comments on commit ceedc0d

Please sign in to comment.