Implement d
This commit is contained in:
parent
657a92e84e
commit
8087ca3aeb
1 changed files with 4 additions and 0 deletions
|
|
@ -225,4 +225,8 @@ class Ex
|
|||
|
||||
vsp: (args...) => @vsplit(args...)
|
||||
|
||||
delete: (range) ->
|
||||
range = [[range[0], 0], [range[1] + 1, 0]]
|
||||
atom.workspace.getActiveTextEditor().buffer.setTextInRange(range, '')
|
||||
|
||||
module.exports = Ex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue