Help with command `insert` and evil mode
So I have what is probably a really dumb question but something that I can't seem to find a clear answer for.
I am trying to insert the file path of one buffer into another buffer. Should be pretty straightforward. I start with running `(setq variable buffer-file-name)` then jump over to the other buffer and run `(insert variable)` which inserts the text.
Here's where I am confused, I am running Doom Emacs, and loving it, but I can't seem to edit or modify with the standard VI keys. When I select a large chunk of the text and hit `x` it only kills the last character.
I am assuming there is some simple error I am running into if someone could point me to the proper documentation or a quick explanation of what I am not understanding that would be appreciated. Some DDGing on the subject did not seem to be illuminating.
Thanks in advance.
https://redd.it/i52zwy
@r_emacs
So I have what is probably a really dumb question but something that I can't seem to find a clear answer for.
I am trying to insert the file path of one buffer into another buffer. Should be pretty straightforward. I start with running `(setq variable buffer-file-name)` then jump over to the other buffer and run `(insert variable)` which inserts the text.
Here's where I am confused, I am running Doom Emacs, and loving it, but I can't seem to edit or modify with the standard VI keys. When I select a large chunk of the text and hit `x` it only kills the last character.
I am assuming there is some simple error I am running into if someone could point me to the proper documentation or a quick explanation of what I am not understanding that would be appreciated. Some DDGing on the subject did not seem to be illuminating.
Thanks in advance.
https://redd.it/i52zwy
@r_emacs