Skip to content

Commit 1a2b268

Browse files
authored
Merge pull request #228 from mrjones2014/bot/vimdoc/master
chore: generated vimdoc
2 parents 93fd589 + 006f575 commit 1a2b268

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/smart-splits.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*smart-splits.txt* Last change: 2024 May 29
1+
*smart-splits.txt* Last change: 2024 August 01
22

33
==============================================================================
44
Table of Contents *smart-splits-table-of-contents*
@@ -412,6 +412,12 @@ loader
412412

413413
-- directional keys to use in order of: left, down, up, right
414414
direction_keys = { 'h', 'j', 'k', 'l' },
415+
-- if you want to use separate direction keys for move vs. resize, you
416+
-- can also do this:
417+
direction keys = {
418+
move = { 'h', 'j', 'k', 'l' },
419+
resize = { 'Left', 'Down', 'Up', 'Right' },
420+
},
415421
-- modifier keys to combine with direction_keys
416422
modifiers = {
417423
move = 'CTRL', -- modifier to use for pane movement, e.g. CTRL+h to move left

0 commit comments

Comments
 (0)