nvim: add CH for :CleverHelp

This commit is contained in:
PowerUser64 2022-08-30 22:51:10 -07:00
parent 84cddce365
commit 833b39eb1b

View file

@ -516,8 +516,10 @@ return require('packer').startup({function()
use { -- rhysd: clever-split: split calculation based on pane dimensions - CS or CleverSplit use { -- rhysd: clever-split: split calculation based on pane dimensions - CS or CleverSplit
'rhysd/clever-split.vim', 'rhysd/clever-split.vim',
config = function() config = function()
-- Map :CS to :CleverSplit vim.cmd [[
vim.cmd 'cab CS CleverSplit' cab CH CleverHelp
cab CS CleverSplit
]]
end end
} }
-- use { -- rhysd: accelerated jk: make j and k move faster by pressing them a lot movement -- use { -- rhysd: accelerated jk: make j and k move faster by pressing them a lot movement