Skip to content

Commit

Permalink
📝 Add RECOMMENDED section to help
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jun 12, 2024
1 parent 645ba51 commit d53ab6e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/denops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,23 @@ API Reference: https://deno.land/x/denops_std/mod.ts
=============================================================================
USAGE *denops-usage*

-----------------------------------------------------------------------------
RECOMMENDED *denops-recommended*

Add the following recommended settings to your |vimrc| or |init.vim|:
>
" Interrupt the process of plugins via <C-c>
noremap <silent> <C-c> <Cmd>call denops#interrupt()<CR><C-c>
inoremap <silent> <C-c> <Cmd>call denops#interrupt()<CR><C-c>
cnoremap <silent> <C-c> <Cmd>call denops#interrupt()<CR><C-c>
" Restart Denops server
command! DenopsRestart call denops#server#restart()
" Fix Deno module cache issue
command! DenopsFixCache call denops#cache#update(#{reload: v:true})
<

-----------------------------------------------------------------------------
SHARED SERVER *denops-shared-server*

Expand Down

0 comments on commit d53ab6e

Please sign in to comment.