Skip to content

Commit

Permalink
Larkin: Update bindings for selecting indent region (#44)
Browse files Browse the repository at this point in the history
Moves binding from `m space` -> `m i`
  • Loading branch information
haberdashPI authored Oct 24, 2024
1 parent 924df23 commit 7dbe9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions presets/larkin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ command = "extension.selectInTag"

[[bind]]
path = "edit.motion.match.syntax"
key = "m space"
key = "m i"
name = "in indent"
description = "all text at the same indentation level"
combinedName = "in/arnd"
Expand All @@ -1466,7 +1466,7 @@ command = "vscode-select-by-indent.select-inner"

[[bind]]
path = "edit.motion.match.syntax"
key = "m shift+space"
key = "m shift+i"
name = "arnd indent"
description = """
all text at the same indentation level along with the line above and below
Expand All @@ -1477,7 +1477,7 @@ command = "vscode-select-by-indent.select-outer"

[[bind]]
path = "edit.motion.match.syntax"
key = "m g space"
key = "m g i"
name = "indent+top"
description = """
all text at the same indentation level and the line just above it (ala python syntax)
Expand Down

0 comments on commit 7dbe9de

Please sign in to comment.