diff --git a/misc/Factor.tmbundle/Commands/Eval Selection:Line.tmCommand b/misc/Factor.tmbundle/Commands/Eval Selection:Line.tmCommand
deleted file mode 100644
index 37867a2737..0000000000
--- a/misc/Factor.tmbundle/Commands/Eval Selection:Line.tmCommand
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- beforeRunningCommand
- nop
- command
- #!/usr/bin/env ruby
-
-require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
-puts factor_eval(STDIN.read)
- fallbackInput
- line
- input
- selection
- keyEquivalent
- ^E
- name
- Eval Selection/Line
- output
- replaceSelectedText
- scope
- source.factor
- uuid
- 8E01DDAF-959B-4237-ADB9-C133A4ACCE90
-
-
diff --git a/misc/Factor.tmbundle/Commands/Run Selection:Line in Listener.tmCommand b/misc/Factor.tmbundle/Commands/Run Selection:Line in Listener.tmCommand
deleted file mode 100644
index 5028bd8db3..0000000000
--- a/misc/Factor.tmbundle/Commands/Run Selection:Line in Listener.tmCommand
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- beforeRunningCommand
- nop
- command
- #!/usr/bin/env ruby
-
-require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
-factor_run(STDIN.read)
- fallbackInput
- line
- input
- selection
- keyEquivalent
- ^~e
- name
- Run Selection/Line in Listener
- output
- discard
- scope
- source.factor
- uuid
- 15A984BD-BC65-43E8-878A-267788C8DA70
-
-