mirror of https://github.com/lapce/lapce.git
tab for completion
This commit is contained in:
parent
cf15ca235f
commit
4f697e4aaa
|
@ -115,6 +115,11 @@ key = "ctrl+m"
|
||||||
command = "list.select"
|
command = "list.select"
|
||||||
when = "list_focus"
|
when = "list_focus"
|
||||||
|
|
||||||
|
[[keymaps]]
|
||||||
|
key = "tab"
|
||||||
|
command = "list.select"
|
||||||
|
when = "completion_focus"
|
||||||
|
|
||||||
[[keymaps]]
|
[[keymaps]]
|
||||||
key = "enter"
|
key = "enter"
|
||||||
command = "list.select"
|
command = "list.select"
|
||||||
|
@ -220,7 +225,7 @@ mode = "i"
|
||||||
[[keymaps]]
|
[[keymaps]]
|
||||||
key = "tab"
|
key = "tab"
|
||||||
command = "insert_tab"
|
command = "insert_tab"
|
||||||
when = "!in_snippet"
|
when = "!in_snippet && !completion_focus"
|
||||||
mode = "i"
|
mode = "i"
|
||||||
|
|
||||||
[[keymaps]]
|
[[keymaps]]
|
||||||
|
|
Loading…
Reference in New Issue