aboutsummaryrefslogtreecommitdiffstats
path: root/integration.fish
diff options
context:
space:
mode:
Diffstat (limited to 'integration.fish')
-rw-r--r--integration.fish10
1 files changed, 10 insertions, 0 deletions
diff --git a/integration.fish b/integration.fish
new file mode 100644
index 0000000..c47f916
--- /dev/null
+++ b/integration.fish
@@ -0,0 +1,10 @@
+function _notes_cmds
+ set RES_CMD (~/fms/fms.sh notes)
+ commandline -t "$RES_CMD"
+end
+
+function f
+ _notes_cmds
+end
+
+bind alt-l _notes_cmds