mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Shift from Kitty features to Zellij
This commit is contained in:
parent
4684b47b33
commit
46e30eef3b
1 changed files with 4 additions and 19 deletions
|
@ -1,27 +1,12 @@
|
|||
shell /usr/bin/fish
|
||||
shell /home/mo/.cargo/bin/zellij a -c --index 0
|
||||
|
||||
scrollback_lines 1000000
|
||||
scrollback_lines 100000
|
||||
|
||||
wayland_titlebar_color black
|
||||
hide_window_decorations yes
|
||||
|
||||
font_family JetBrainsMono Nerd Font Mono
|
||||
font_size 14.0
|
||||
font_size 12.5
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
update_check_interval 0
|
||||
|
||||
map ctrl+shift+k next_window
|
||||
map ctrl+shift+j previous_window
|
||||
|
||||
map ctrl+shift+o next_tab
|
||||
map ctrl+shift+i previous_tab
|
||||
|
||||
map ctrl+shift+enter new_window_with_cwd
|
||||
map ctrl+shift+w new_window
|
||||
map ctrl+shift+t new_tab_with_cwd
|
||||
map ctrl+shift+b new_tab
|
||||
|
||||
map ctrl+shift+m detach_window ask
|
||||
|
||||
enabled_layouts tall,fat,grid,horizontal,vertical
|
||||
|
|
Loading…
Reference in a new issue