Skip to content

lelutin/coc-terminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coc-terminal

Toggle terminal with coc.nvim. Inspired by repl with coc.nvim.

Install

:CocInstall coc-terminal

Keymaps

<Plug>(coc-terminal-toggle): toggle terminal show/hide

Configurations

  • terminal.REPLMappings: association overrides between file types and the command called for their REPL, default:

    {
      "c": "cling",
      "cpp": "cling",
      "javascript": "node",
      "typescript": "ts-node",
      "python": "python"
    }
    

Commands

  • terminal.Toggle: Show/hide terminal
  • terminal.REPL: Create REPL for current file, only support JS, TS, Python, C++ for now
  • terminal.Destroy: Destroy and free terminal

License

MIT


This extension is created by create-coc-extension

About

Toggle terminal with coc.nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.3%
  • JavaScript 21.7%