mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: README for neovim + zellij
This commit is contained in:
@@ -35,15 +35,16 @@ Remove all unused plugins:
|
|||||||
|
|
||||||
## Terminal Related
|
## Terminal Related
|
||||||
|
|
||||||
I used to use the following instructions frequently, but now **I switched my daily terminal environment to zellij**,
|
I used to use Neovim's terminal related shortcuts frequently, but now **I switched my daily terminal environment to zellij**,
|
||||||
which provides a more powerful and stable terminal experience, so I don't use neovim's terminal feature anymore.
|
which provides a more powerful and stable terminal experience, so I don't use neovim's terminal feature anymore.
|
||||||
|
|
||||||
| Action | Shortcut |
|
So here is zellij's terminal shortcuts I use frequently now:
|
||||||
| ----------------------------- | -------------- |
|
|
||||||
| Floating Terminal | `<Space> + tf` |
|
| Action | Zellij's Shortcut |
|
||||||
| Horizontal Split Terminal | `<Space> + th` |
|
| ------------------------- | ------------------ |
|
||||||
| Vertical Split Terminal | `<Space> + tv` |
|
| Floating Terminal | `Ctrl + <p> + <w>` |
|
||||||
| Open IPython REPL | `<Space> + tp` |
|
| Horizontal Split Terminal | `Ctrl + <p> + <d>` |
|
||||||
|
| Vertical Split Terminal | `Ctrl + <p> + <n>` |
|
||||||
|
|
||||||
## Visual Modes
|
## Visual Modes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user