diff --git a/lib/ex.coffee b/lib/ex.coffee index 4e2224e..c3b9a95 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -37,6 +37,12 @@ class Ex tabp: => @tabprevious() + edit: (filePath) => @tabedit(filePath) if filePath? + + e: (filePath) => @edit(filePath) + + enew: => @edit() + write: (filePath) => projectPath = atom.project.getPath() pane = atom.workspace.getActivePane()