How to open a file?
#1282
-
For example, I have a todo file at |
Beta Was this translation helpful? Give feedback.
Answered by
katawful
Jan 19, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ssiyad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vim.cmd.edit("file")
in lua:edit file
in command-line mode