okular keymaps

This commit is contained in:
js0ny 2025-12-03 03:56:48 +00:00
parent f4c51e6c52
commit 8683dcbef3
7 changed files with 210 additions and 1 deletions

View file

@ -56,7 +56,7 @@ in {
# colorScheme = "BreezeDark";
# };
kwin = {
virtualDesktops.number = 8;
virtualDesktops.number = 9;
titlebarButtons = {
left = [
"more-window-actions"

View file

@ -23,6 +23,9 @@
# Disable Translations
"browser.translations.enable" = false;
"browser.translations.automaticallyPopup" = false;
# CJK IME Optimisation
"browser.urlbar.keepPanelOpenDuringImeComposition" = true;
"browser.tabs.closeTabByDblclick" = true;
};
};
};

View file

@ -16,6 +16,9 @@
name = "Maple Mono NF CN";
size = 12;
};
extraConfig = {
General.Environment = "TERM=xterm-256color,COLORTERM=truecolor,TERM_PROGRAM=konsole,";
};
};
};
};

View file

@ -36,6 +36,10 @@ in {
bind -M insert ctrl-k kill-line
bind -M insert ctrl-w backward-kill-path-component
if [ $TERM_PROGRAM = "konsole" ]
bind -M insert ctrl-h backward-kill-word
end
# ctrl + backspace
bind -M insert ctrl-backspace backward-kill-path-component

View file

@ -125,6 +125,11 @@
shift-s = "vim::PushSneakBackward";
};
}
{
bindings = {
"alt-x" = "command_palette::Toggle";
};
}
];
userSettings = {