]> git.llucax.com Git - personal/ion3-config.git/blobdiff - default/luca_key_bindings.lua
Remove vim swap file.
[personal/ion3-config.git] / default / luca_key_bindings.lua
index 880263c5823ac6cb160a06ed3a9a18775725fb94..5a2a4936071ee5f30f84d2a832c5f91716802a3b 100644 (file)
@@ -69,8 +69,11 @@ defbindings("WMPlex.toplevel", {
         bdoc("Run a mail user agent."),
         kpress("m", "ioncore.exec_on(_, 'x-terminal-emulator -e muttng')"),
 
+        bdoc("Run an address book."),
+        kpress("a", "ioncore.exec_on(_, 'x-terminal-emulator -e abook')"),
+
         bdoc("Run a jabber client."),
-        kpress("j", "ioncore.exec_on(_, 'x-terminal-emulator -e mcabber')"),
+        kpress("j", "ioncore.exec_on(_, 'psi')"),
 
     }),