Skip to content

Commit

Permalink
added copy/repl_term, expand_sel
Browse files Browse the repository at this point in the history
  • Loading branch information
kvichans committed May 23, 2016
1 parent a0b8c19 commit 90c29eb
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 37 deletions.
5 changes: 5 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ def align_in_lines_by_sep(self): return RLS.align_in_lines_by_sep()
def find_cb_string_next(self): return RLS.find_cb_string_next()
def find_cb_string_prev(self): return RLS.find_cb_string_prev()
def replace_all_sel_to_cb(self): return RLS.replace_all_sel_to_cb()

def copy_term(self): return RLS.copy_term()
def replace_term(self): return RLS.replace_term()
def expand_sel(self): return RLS.expand_sel()
def expand_sel_copy(self): return RLS.expand_sel_copy()

# Jumps_cmds
def scroll_to_center(self): return RLS.scroll_to_center()
Expand Down
Loading

0 comments on commit 90c29eb

Please sign in to comment.