1 2 3 4 5 6
config.unbind('K', mode='normal') config.unbind('J', mode='normal') config.bind('K', 'tab-next') config.bind('J', 'tab-prev')