nvim: add CH for :CleverHelp
This commit is contained in:
parent
84cddce365
commit
833b39eb1b
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue