edit commands (fixes #12)
This commit is contained in:
parent
76014791ef
commit
dd42115c42
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@ class Ex
|
||||||
|
|
||||||
tabp: => @tabprevious()
|
tabp: => @tabprevious()
|
||||||
|
|
||||||
|
edit: (filePath) => @tabedit(filePath) if filePath?
|
||||||
|
|
||||||
|
e: (filePath) => @edit(filePath)
|
||||||
|
|
||||||
|
enew: => @edit()
|
||||||
|
|
||||||
write: (filePath) =>
|
write: (filePath) =>
|
||||||
projectPath = atom.project.getPath()
|
projectPath = atom.project.getPath()
|
||||||
pane = atom.workspace.getActivePane()
|
pane = atom.workspace.getActivePane()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue