up
This commit is contained in:
25
lua/custom/keymaps/groups.lua
Normal file
25
lua/custom/keymaps/groups.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
-- Key mappings groups
|
||||
--
|
||||
|
||||
local wk = require 'which-key'
|
||||
|
||||
wk.add {
|
||||
{
|
||||
{
|
||||
mode = { 'n' },
|
||||
{ '<leader>s', group = '[s]earch' },
|
||||
{ '<leader>t', group = '[t]oggles' },
|
||||
},
|
||||
|
||||
{
|
||||
mode = { 'n', 'v' },
|
||||
{ '<leader>e', group = '[e]xplore' },
|
||||
{ '<leader>b', group = '[b]uffers' },
|
||||
{ '<leader>g', group = '[g]it hunk' },
|
||||
},
|
||||
},
|
||||
{},
|
||||
}
|
||||
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
Reference in New Issue
Block a user