mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
Remove wrong ghostty keybinds
This commit is contained in:
parent
17f86e1bca
commit
c8a908bb91
1 changed files with 17 additions and 17 deletions
|
@ -12,34 +12,34 @@ graphicalConfiguration {
|
||||||
c = "copy_to_clipboard";
|
c = "copy_to_clipboard";
|
||||||
v = "paste_from_clipboard";
|
v = "paste_from_clipboard";
|
||||||
|
|
||||||
z = "scroll_to_prompt:-1";
|
# z = "scroll_to_prompt:-1";
|
||||||
x = "scroll_to_prompt:1";
|
# x = "scroll_to_prompt:1";
|
||||||
|
|
||||||
down = "scroll_page_lines:-1";
|
down = "scroll_page_lines:1";
|
||||||
j = "scroll_page_lines:-1";
|
j = "scroll_page_lines:1";
|
||||||
|
|
||||||
up = "scroll_page_lines:1";
|
up = "scroll_page_lines:-1";
|
||||||
k = "scroll_page_lines:1";
|
k = "scroll_page_lines:-1";
|
||||||
|
|
||||||
home = "scroll_to_top";
|
home = "scroll_to_top";
|
||||||
end = "scroll_to_bottom";
|
end = "scroll_to_bottom";
|
||||||
|
|
||||||
plus = "increase_font_size:2";
|
# plus = "increase_font_size:2";
|
||||||
minus = "decrease_font_size:2";
|
minus = "decrease_font_size:2";
|
||||||
|
|
||||||
t = "new_tab";
|
t = "new_tab";
|
||||||
q = "close_surface";
|
q = "close_surface";
|
||||||
|
|
||||||
"1" = "goto_tab:1";
|
# "1" = "goto_tab:1";
|
||||||
"2" = "goto_tab:2";
|
# "2" = "goto_tab:2";
|
||||||
"3" = "goto_tab:3";
|
# "3" = "goto_tab:3";
|
||||||
"4" = "goto_tab:4";
|
# "4" = "goto_tab:4";
|
||||||
"5" = "goto_tab:5";
|
# "5" = "goto_tab:5";
|
||||||
"6" = "goto_tab:6";
|
# "6" = "goto_tab:6";
|
||||||
"7" = "goto_tab:7";
|
# "7" = "goto_tab:7";
|
||||||
"8" = "goto_tab:8";
|
# "8" = "goto_tab:8";
|
||||||
"9" = "goto_tab:9";
|
# "9" = "goto_tab:9";
|
||||||
"0" = "goto_tab:10";
|
# "0" = "goto_tab:10";
|
||||||
}) // (lib.mapAttrs' (name: value: lib.nameValuePair "ctrl+${name}" value) {
|
}) // (lib.mapAttrs' (name: value: lib.nameValuePair "ctrl+${name}" value) {
|
||||||
tab = "next_tab";
|
tab = "next_tab";
|
||||||
"shift+tab" = "previous_tab";
|
"shift+tab" = "previous_tab";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue