-- Key mappings groups -- local wk = require 'which-key' wk.add { { { mode = { 'n' }, { 's', group = '[s]earch' }, { 't', group = '[t]oggles' }, }, { mode = { 'n', 'v' }, { 'e', group = '[e]xplore' }, { 'b', group = '[b]uffers' }, { 'g', group = '[g]it hunk' }, }, }, {}, } -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et