diff --git a/config/dot_config/inshellisense/rc.toml b/config/dot_config/inshellisense/rc.toml new file mode 100644 index 0000000..5ba96e1 --- /dev/null +++ b/config/dot_config/inshellisense/rc.toml @@ -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" +