local leap = require('leap') leap.setup { case_insensitive = true, -- Leaving the appropriate list empty effectively disables "smart" mode, -- and forces auto-jump to be on or off. --safe_labels = { . . . }, --labels = { . . . }, -- These keys are captured directly by the plugin at runtime. special_keys = { repeat_search = '', next_match = '', prev_match = '', next_group = '', prev_group = '', eol = '', }, } leap.set_default_keymaps()