yazelix
1.0.0
Yazelix集成了Yazi,Zellij和Helix,因此,知道了吗?
alt ]和alt [ )打开和关闭侧边栏ctrl p + f或alt f )ctrl p然后r以向右侧拆分ctrl p然后d在“向下”方向上分开ctrl h并用k向上移动确保安装Yazi,Zellij,Helix和Nushell并在您的路径中
只需在您的~/.config dir中克隆此仓库
配置wezterm:
一个。创建或打开您的~/.wezterm.lua文件
b。添加以下内容:
-- Pull in the wezterm API
local wezterm = require ' wezterm '
-- This will hold the configuration.
local config = wezterm . config_builder ()
-- This is where you actually apply your config choices
-- For example, changing the color scheme:
config . color_scheme = ' Abernathy '
-- Spawn a nushell shell in login mode
config . default_prog = { ' nu ' , ' -c ' , " zellij -l welcome --config-dir ~/.config/yazelix/zellij options --layout-dir ~/.config/yazelix/zellij/layouts " }
-- Others
config . hide_tab_bar_if_only_one_tab = true
config . window_decorations = " NONE "
-- and finally, return the configuration to wezterm
return config笔记:
nu -c "zellij -l welcome --config-dir ~/.config/yazelix/zellij options --layout-dir ~/.config/yazelix/zellij/layouts"zellij -l welcome --config-dir ~/.config/yazelix/zellij options --layout-dir ~/.config/yazelix/zellij/layout (但是无论如何您仍然需要nu )就是这样,并随意打开问题和公关
| 新的zellij钥匙扣 | 以前的键键 | 使用以前的密钥的螺旋动作 | Zellij的动作重新翻了 |
|---|---|---|---|
| Ctrl e | ctrl o | 跳跃_backward | switchTomode“ session” |
| ctrl y | Ctrl s | save_selection | switchTomode“滚动” |
| alt w | alt i | Shrink_selection | movetab“左” |
| alt q | alt o | Expand_Selection | movetab“右” |
| Alt M | alt n | select_next_sibling | 纽潘恩 |
| alt 2 | Ctrl b | move_page_up | SwitchTomode“ Tmux” |
如果发现冲突,请打开问题。但是请记住,与TMUX模式的兼容性不是该项目的目标。
~这显示了所有关键框架和命令(按alt f以使Yazi Pane Fullscreen)tutor ,可以阅读https://www.nushell.sh/book/,您可以运行help commands | find regex (例如,如果您想了解Regex,但可能是什么ctrl r ,它打开了交互式历史搜索alt f以使您的窗格全屏(和背面)ctrl p t r以向右分开ctrl p然后d在“向下”方向上分开z型使用Zoxide(模糊发现到已知路径)Z类型使用FZF(模糊查找到未知路径)SPACE选择文件y yank和Y到unyank (取消副本)x型cut , X uncut (取消切割)a add文件( filename.ext )或文件夹( foldername/ ) layouts中的KDL文件,根据需要添加更多交换布局。env YAZI_CONFIG_HOME=~/.config/yazelix/yazi/sidebar yazi将其恢复原状在这种情况下,学习如何首先使用Zellij。然后是Yazi。然后重新阅读README。
请参阅此处的贡献