Skip to content

Commit

Permalink
add inshellisense config
Browse files Browse the repository at this point in the history
  • Loading branch information
heypoom committed Aug 30, 2024
1 parent eddd68c commit a47d63c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/dot_config/inshellisense/rc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[bindings.acceptSuggestion]
key = "tab"
# shift and tab are optional and default to false
shift = false
ctrl = false

[bindings.nextSuggestion]
key = "down"

[bindings.previousSuggestion]
key = "up"

[bindings.dismissSuggestions]
key = "escape"

0 comments on commit a47d63c

Please sign in to comment.