Emacs: use C-x C-f to complete filenames in insert mode
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -566,7 +566,8 @@ "RET" [return])) :general (:states 'insert - "TAB" #'company-indent-or-complete-common) + "TAB" #'company-indent-or-complete-common + "C-x C-f" #'company-files) (:keymaps 'company-active-map "TAB" #'company-complete-common-or-cycle "<tab>" #'company-complete-common-or-cycle