aboutsummaryrefslogtreecommitdiffstats
path: root/integration.fish
blob: c47f9161afb28f520211ea82711bc755de6b247b (plain)
1
2
3
4
5
6
7
8
9
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