mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -7,14 +7,18 @@
|
|||||||
window-padding-x = 10;
|
window-padding-x = 10;
|
||||||
confirm-close-surface = false;
|
confirm-close-surface = false;
|
||||||
window-padding-y = 10;
|
window-padding-y = 10;
|
||||||
|
clipboard-read = "allow";
|
||||||
|
clipboard-write = "allow";
|
||||||
|
copy-on-select = "clipboard";
|
||||||
|
app-notifications = false;
|
||||||
keybind = [
|
keybind = [
|
||||||
"ctrl+j=goto_split:left"
|
"ctrl+j=goto_split:left"
|
||||||
"ctrl+i=goto_split:up"
|
"ctrl+i=goto_split:up"
|
||||||
"ctrl+k=goto_split:down"
|
"ctrl+k=goto_split:down"
|
||||||
"ctrl+l=goto_split:right"
|
"ctrl+l=goto_split:right"
|
||||||
"shift+ctrl+j=new_split:left"
|
"shift+ctrl+h=new_split:left"
|
||||||
"shift+ctrl+i=new_split:up"
|
"shift+ctrl+j=new_split:down"
|
||||||
"shift+ctrl+k=new_split:down"
|
"shift+ctrl+k=new_split:up"
|
||||||
"shift+ctrl+l=new_split:right"
|
"shift+ctrl+l=new_split:right"
|
||||||
"shift+ctrl+tab=new_tab"
|
"shift+ctrl+tab=new_tab"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user