I’m using MacVim as my primary code editor but cannot seem to figure out a small issue I’m having. I am unable to use the period key to repeat last command. Instead, it simply deletes the selected line. I have Janus installed but I don’t think that is affecting things. Any advice would be great.
Share
Not all commands are considered for repetition by
., for example cursor movement commands are not considered. The.command will repeat the last command that was considered, which might have beenddin your case (which deletes a line).