summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/kak/kakrc6
-rw-r--r--config/mimeapps.list26
2 files changed, 31 insertions, 1 deletions
diff --git a/config/kak/kakrc b/config/kak/kakrc
index 0af408a..16f10e1 100644
--- a/config/kak/kakrc
+++ b/config/kak/kakrc
@@ -62,9 +62,13 @@ map global object d '<a-semicolon>lsp-diagnostic-object --include-warnings<ret>'
map global object D '<a-semicolon>lsp-diagnostic-object<ret>' -docstring 'LSP errors'
map global object h '<a-semicolon>lsp-diagnostic-object<ret>' -docstring 'LSP errors'
map global user k ':lsp-hover<ret>' -docstring 'LSP errors'
-map global normal \; ":"
+map global normal \' ":"
+map global normal <a-n> ":"
+map global insert <a-n> ":"
+map global insert <a-e> "<esc>"
map global insert <a-k> "<a-;>:lsp-signature-help<ret>"
+
# --- Hunks
declare-user-mode hunk
diff --git a/config/mimeapps.list b/config/mimeapps.list
new file mode 100644
index 0000000..a47f4da
--- /dev/null
+++ b/config/mimeapps.list
@@ -0,0 +1,26 @@
+[Default Applications]
+x-scheme-handler/http=userapp-Firefox-EDAQN2.desktop
+x-scheme-handler/https=userapp-Firefox-EDAQN2.desktop
+x-scheme-handler/chrome=userapp-Firefox-EDAQN2.desktop
+text/html=userapp-Firefox-EDAQN2.desktop
+application/x-extension-htm=userapp-Firefox-EDAQN2.desktop
+application/x-extension-html=userapp-Firefox-EDAQN2.desktop
+application/x-extension-shtml=userapp-Firefox-EDAQN2.desktop
+application/xhtml+xml=userapp-Firefox-EDAQN2.desktop
+application/x-extension-xhtml=userapp-Firefox-EDAQN2.desktop
+application/x-extension-xht=userapp-Firefox-EDAQN2.desktop
+x-scheme-handler/mailto=aerc.desktop;
+text/plain=kak.desktop
+image/jpeg=imv.desktop
+
+[Added Associations]
+x-scheme-handler/http=userapp-Firefox-EDAQN2.desktop;
+x-scheme-handler/https=userapp-Firefox-EDAQN2.desktop;
+x-scheme-handler/chrome=userapp-Firefox-EDAQN2.desktop;
+text/html=userapp-Firefox-EDAQN2.desktop;
+application/x-extension-htm=userapp-Firefox-EDAQN2.desktop;
+application/x-extension-html=userapp-Firefox-EDAQN2.desktop;
+application/x-extension-shtml=userapp-Firefox-EDAQN2.desktop;
+application/xhtml+xml=userapp-Firefox-EDAQN2.desktop;
+application/x-extension-xhtml=userapp-Firefox-EDAQN2.desktop;
+application/x-extension-xht=userapp-Firefox-EDAQN2.desktop;