File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ akinsho/toggleterm.nvim] ( https://github.com/akinsho/toggleterm.nvim ) plugin provides a terminal session within Neovim, using a float, split or tab.
4
4
5
- === "AstroNvim"
6
5
7
- `SPC t` for the Terminal sub-menu
6
+ ++spc++ ++"t"++ for the Terminal sub-menu
8
7
9
- `SPC t f` opens a terminal in a floating window, useful for one-off commands
8
+ ++spc++ ++"t"++ ++"f"++ opens a terminal in a floating window, useful for one-off commands or short sessions
10
9
11
- `SPC t h` opens a terminal in a horizontal split, useful for a process that prints valuable feedback, e.g. a test runner in watch mode
10
+ ++spc++ ++"t"++ ++"f"++ opens a terminal in a horizontal split, useful for a process that prints valuable feedback, e.g. a test runner in watch mode
12
11
13
- `SPC t t` opens a terminal in a tab, useful for background processes that do not need attendtion
14
-
15
- {loading=lazy}
16
- {loading=lazy}
12
+ ` :Toggleterm direction=tab ` opens a terminal in a tab page, useful for long running processes
13
+
14
+ <!-- TODO: Add key binding for Terminal in a tab to lua/plugins/user-practicalli.lua -->
15
+
16
+ ![ Toggleterm.nvim float] ( https://github.com/practicalli/graphic-design/blob/live/editors/neovim/screenshots/neovim-terminal-float-directory-listing-light.png?raw=true#only-light ) {loading=lazy}
17
+ ![ Toggleterm.nvim float] ( https://github.com/practicalli/graphic-design/blob/live/editors/neovim/screenshots/neovim-terminal-float-directory-listing-dark.png?raw=true#only-dark ) {loading=lazy}
You can’t perform that action at this time.
0 commit comments