Emacs: use C-x C-f to complete filenames in insert mode
Alan Pearce alan@alanpearce.eu
Wed, 15 Mar 2023 11:12:15 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
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