blob: 811cb0bcfa5a9a018c2220ae5d1fb8323d8f1ebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
set DIR_SCRIPT (dirname (status --current-filename))
function _notes_cmds
set RES_CMD ($DIR_SCRIPT/fms.sh notes)
commandline -t "$RES_CMD"
end
function f
_notes_cmds
end
bind alt-l _notes_cmds
|