diff --git a/links b/links index ee658a4..b454bf6 100644 --- a/links +++ b/links @@ -35,6 +35,7 @@ system/fcitx/config ~/.config/fcitx/config system/fcitx/data ~/.config/fcitx/data system/fcitx/profile ~/.config/fcitx/profile system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop +system/progm.mim ~/.m17n.d/progm.mim system/services/marrub.service ~/.config/systemd/user/marrub.service system/services/marrub.timer ~/.config/systemd/user/marrub.timer themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py diff --git a/system/progm.mim b/system/progm.mim new file mode 100644 index 0000000..282ce97 --- /dev/null +++ b/system/progm.mim @@ -0,0 +1,23 @@ +(input-method en progm) +(description "Programmer english") +(title "en") + +(map + (trans + (":" "+") + ("'" "@") + ("\"" "`") + ("@" "\"") + ("^" "&") + ("&" "'") + ("*" "(") + ("(" ")") + (")" "-") + ("-" ":") + ("_" "*") + ("=" "_") + ("+" "=") + ("`" "^") + ("/" "/"))) + +(state (init (trans)))