nvim: add psoxizsh.function key binds
This commit is contained in:
parent
055ce78bbd
commit
269c980010
|
@ -1 +1,13 @@
|
|||
return {}
|
||||
local keys, fn = require 'psoxizsh.key.binds', require 'psoxizsh.functions'
|
||||
|
||||
return {
|
||||
{
|
||||
'psoxizsh',
|
||||
keys = {
|
||||
keys.Global.Format:as { 'lazy', action = fn.Format },
|
||||
keys.Global.ToggleGutter:as { 'lazy', action = fn.ToggleGutter },
|
||||
keys.Global.OpenConfig:as { 'lazy', action = fn.OpenConfig },
|
||||
keys.Global.SudoWrite:as { 'lazy', action = [[w !sudo tee % >/dev/null]] },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue