Exemplo n.º 1
0
 def translate(self, view):
     return {
         'action': 'nv_vi_select_k',
         'action_args': {
             'mode': get_mode(view),
             'count': get_count(view)
         }
     }
Exemplo n.º 2
0
 def translate(self, view):
     return {
         'action': '_nv_unimpaired',
         'action_args': {
             'mode': get_mode(view),
             'count': get_count(view),
             'action': 'goto_next_conflict_marker'
         }
     }
Exemplo n.º 3
0
 def translate(self, view):
     return {
         'action': '_nv_unimpaired',
         'action_args': {
             'mode': get_mode(view),
             'count': get_count(view),
             'action': 'context_next'
         }
     }
Exemplo n.º 4
0
 def translate(self, view):
     return {
         'action': '_nv_unimpaired',
         'action_args': {
             'mode': get_mode(view),
             'count': get_count(view),
             'action': 'tabprevious'
         }
     }
Exemplo n.º 5
0
 def translate(self, view):
     return {
         'action': '_nv_unimpaired',
         'action_args': {
             'mode': get_mode(view),
             'count': get_count(view),
             'action': 'blank_down'
         }
     }
Exemplo n.º 6
0
 def translate(self, view):
     return {
         'motion': '_nv_sneak',
         'motion_args': {
             'mode': get_mode(view),
             'count': get_count(view),
             'search': self.inp.rstrip()
         }
     }
Exemplo n.º 7
0
 def translate(self, view):
     return {
         'action': 'nv_unimpaired',
         'action_args': {
             'mode': get_mode(view),
             'count': get_count(view),
             'action': 'move_up'
         }
     }
 def translate(self, view):
     return {
         'action': '_nv_commentary',
         'action_args': {
             'action': 'C',
             'mode': get_mode(view),
             'count': get_count(view)
         }
     }