This tag is for questions about the features and functionality of text editors, source code editors and other programs specifically designed for modifying plain text files used in computer programming.
I mean 100+ MB big; such text files can push the envelope of editors. I need to look through a large …
windows xml editor text-editor large-filesWhat IDEs ("GUIs/editors") do others use for Python coding?
python ide editorI would prefer to write my commit messages in Vim, but it is opening them in Emacs. How do I …
git vim emacs editor commit-messageIs there any way to copy all lines from open file to clipboard in VI editor. I tried yG but …
vim editor keyboard-shortcuts viIt should be trivial, and it might even be in the help, but I can't figure out how to navigate …
vim editor indentation viI know how to generally move around in command mode, specifically, jumping to lines, etc. But what is the command …
vim editor keyboard-shortcuts viHow do I duplicate a whole line in Vim in a similar way to Ctrl+D in IntelliJ IDEA/ Resharper …
eclipse vim editor keyboard-shortcuts viUnlike other editors, vim stores copied text in its own clipboard. So, it's very hard for me to copy some …
vim editor clipboard