Skip to content

sassanh/terminals.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminals.nvim

GitHub Workflow Status Lua

A template repository for Neovim plugins.

Status

This is work in progress, the plugin is working and is serving me for years, but it is not yet packaged as a configurable plugin, so while pro-users should be able to set it up for themselves by checking/modifying the keymaps in the code, it may be tricky for non-pro-users.

Default Keymaps

<d-1> to open a terminal in the first position, <d-2> for the second, and so on.

<d-bs> to toggle the terminal window.

<d-h>/<d-l> to move left/right between terminals.

<d-s-l>/<d-s-h> to move the terminal buffer to the left/right.

<d-i> to disable any keybindings in the terminal buffer, you can exit it only with <d-s-i>.

<d-/>/<d-?> to initiate a backward search in the terminal buffer.

<d-p>/<d-s-p> to paste with p or P respectively in the terminal buffer.

Releases

No releases published

Packages

No packages published