feat: zellij xclip and scrolls
This commit is contained in:
parent
dd16033f95
commit
89af066859
|
|
@ -18,8 +18,8 @@ keybinds clear-defaults=true {
|
||||||
bind "Alt down" { MoveFocus "down"; }
|
bind "Alt down" { MoveFocus "down"; }
|
||||||
bind "Alt up" { MoveFocus "up"; }
|
bind "Alt up" { MoveFocus "up"; }
|
||||||
bind "Alt right" { MoveFocusOrTab "right"; }
|
bind "Alt right" { MoveFocusOrTab "right"; }
|
||||||
bind "PageDown" { PageScrollDown; }
|
bind "Ctrl PageDown" { PageScrollDown; }
|
||||||
bind "PageUp" { PageScrollUp; }
|
bind "Ctrl PageUp" { PageScrollUp; }
|
||||||
}
|
}
|
||||||
pane {
|
pane {
|
||||||
bind "left" { MoveFocus "left"; }
|
bind "left" { MoveFocus "left"; }
|
||||||
|
|
@ -387,7 +387,7 @@ on_force_close "quit"
|
||||||
// that will be used by default if this option is not set.
|
// that will be used by default if this option is not set.
|
||||||
// Examples:
|
// Examples:
|
||||||
//
|
//
|
||||||
// copy_command "xclip -selection clipboard" // x11
|
copy_command "xclip -selection clipboard" // x11
|
||||||
// copy_command "wl-copy" // wayland
|
// copy_command "wl-copy" // wayland
|
||||||
// copy_command "pbcopy" // osx
|
// copy_command "pbcopy" // osx
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue