def _switch_to_hopscotch(): keybinding_tables.remove(sb.keybinding_table) from vx.keybindings import hopscotch sb.keybinding_table = hopscotch.load(sb) keybinding_tables.insert(0, sb.keybinding_table) sb.keybinding_table.bind(ctrl + keys.o, _copy_rc_py)
def _switch_to_concat(): keybinding_tables.remove(w.keybinding_table) from vx.keybindings import concat w.keybinding_table = concat.load(w) keybinding_tables.insert(0, w.keybinding_table) w.keybinding_table.bind(ctrl + keys.o, _copy_rc_py)
def _switch_to_concat(): keybinding_tables.remove(sb.keybinding_table) from vx.keybindings import concat sb.keybinding_table = concat.load(sb) keybinding_tables.insert(0, sb.keybinding_table) sb.keybinding_table.bind(ctrl + keys.o, _copy_rc_py)