Skip to content

Commit

Permalink
Merge pull request #234 from mrjones2014/bot/vimdoc/master
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mrjones2014 authored Aug 24, 2024
2 parents c6ec2ba + be05410 commit d39e1f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/smart-splits.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*smart-splits.txt* Last change: 2024 August 01
*smart-splits.txt* Last change: 2024 August 24

==============================================================================
Table of Contents *smart-splits-table-of-contents*
Expand Down Expand Up @@ -414,9 +414,9 @@ loader
direction_keys = { 'h', 'j', 'k', 'l' },
-- if you want to use separate direction keys for move vs. resize, you
-- can also do this:
direction keys = {
direction_keys = {
move = { 'h', 'j', 'k', 'l' },
resize = { 'Left', 'Down', 'Up', 'Right' },
resize = { 'LeftArrow', 'DownArrow', 'UpArrow', 'RightArrow' },
},
-- modifier keys to combine with direction_keys
modifiers = {
Expand Down

0 comments on commit d39e1f1

Please sign in to comment.