What about the thought that stuff like vi is often the default way to do these things, it becomes your standard procedure, even if for code editing you've always used other types of editors?
I feel like this scenario could play out because folks may not switch off of the approximate default behavior.
Experienced PHP and C programmer based in Norway, with a history of game and web development. CTO at Blue Scarab Entertainment, previously at Servebolt.com, IMVU, Smarterphone, and Funcom.
What if the situation in which we edit these files is one where we're on an ssh connection in a console window where vim is the most powerful choice that isn't a desktop application? And then that becomes default behavior for config files, like you suggest.
I used to do this in vim, I think because I thought it was quicker. Since I have VS Code open almost all of the time, especially if I'm doing something to .bash_profile, it's just as quick to open in Code and easier (well, more comfortable) to edit.
Also, I have tended to use the terminal from within VS Code more these days, so the whole open and edit process can happen in the same program and I like that.
French web developer mainly but touches everything. Volunteer admin mod here at DEV. I learn Nuxt at this moment and databases. — Addict to Cappuccino and Music
This opens the file with VS Code to the same workspace as rest of the files making it a really fast process. Then just save and close it like usual. I'm only using Vim when I'm working over SSH.
I love to create responsive data driven web apps with intuitive user experiences. When not writing code, I spend my time immersed in dance, aerial arts, and learning spoken languages.
Location
NYC
Education
City College of New York - B.A. in Advertising and Public Relations
It's pronounced Diane. I do data architecture, operations, and backend development. In my spare time I maintain Massive.js, a data mapper for Node.js and PostgreSQL.
It is (I do everything except Java in NeoVim); but also, if I'm just looking something up and don't mean to make changes, we've got other shell tools. I use less and grep/rg a lot with history files and so on.
Digital publishing. Content Architect. CSS Fan, stylesheet development, #a11y.
I’ve been around the W3 specifications block since I was a kid. (Really!)
Dog mom and violist.
Vi. It was the only editor in town other than emacs when I first learned to edit anything on the computer.
I still use Vim for CLI stuff and VS Code for other stuff. Don’t know why I don’t use Vim for writing anymore. Probably years of other options making their way into MY $PATH.
I'm a Staff Software Engineer at Cisco. I specialize in Python and Go, building functional, practical, and maintainable web systems leveraging Kubernetes and the cloud. Blog opinions are my own.
Vim, and I’ll use that as my regular editor if it’s just a few files I’m throwing together to try something, or if it is on a less powerful computer. It works good but looking at multiple files and projects, I can’t be as productive. I know the shortcuts and the plugins. It just doesn’t work as well as vs code for me.
Vs code is definitely my high productivity, big brain space editor of choice. It is just generally a little slower if I’m just tweaking a few lines or doing a quick search and replace.
Although, vs code does have some amazing command line flags that make it ideal for git commit message editor, diff viewer, and more.
Equal parts higher-ed IT, web dev and support; with a dash of freelance consulting thrown in for good measure. (Oct/19: Seeking change of pace. Not afraid to take a step back in order to move ahead!)
I do some hefty customization with my bash_profile, so opening up in VS Code (along with everything else) is nice. I don't use vim and nano would fine if I had a smaller file. It's not much to do code ~/.bash_profile.
VIM, despite the fact I was a massive emacs fan back in the day.
Just because VIM is definitely going to be on every terminal I end up defaulting to it on the command line.
I don't use it anyway else, I'd prefer an IDE like InteliJ.
Been using UNIX since the late 80s; Linux since the mid-90s; virtualization since the early 2000s and spent the past few years working in the cloud space.
Location
Alexandria, VA, USA
Education
B.S. Psychology from Pennsylvania State University
vi has been a tough habit to break. I use it pretty much anywhere I can (thank you Cygwin/Moba). And, when I can't use it, I pray that, at the very least, I can install a copy of Notepad++ (harder, these days, now that Windows 10+ more-easily affords enterprise-managed systems the ability to allow only the installation of whitelisted tools).
Nano : if I am on terminal
IntelliJ : for practicing Java
Gedit : writing diary, editing files launched from file manager and just about everything else
BONUS : echo $TEXT >> $FILE_PATH for just adding a line at the EOF
Nano or VS Code, with using only VS Code looking likely going forward after seeing some of the comments here. Slightly controversial perhaps, but I never bothered to learn vim since I just want to open something that works and code away, rather than having to learn another language before I can do that 😂
Then, I’ve been trying to get better at using dotfiles across multiple operating systems — Mac, Chromebook, Linux servers.
This means I treat the files more like a program, so I use my usual editor, VSCode.
However, when I am editing on the command line, I’ve been using micro — think of it as an upgraded nano that also has mouse support and a bunch more features. Including that you just download the binary and don’t need admin access to use it.
Programmed Canon Canola calculators in 1977. Assorted platforms and languages ever since. Assisting with HOPL.info.
I am NOT looking for work -- I've got more than enough to do.
Location
Perth, WA Australia
Education
A few diplomas.
Work
Software Engineer at [Daisy Digital](https://daisydigital.com.au/)
I feel any editor which can open quickly is fine. If the editor can be opened from terminal it becomes really easy for terminal users. I generally use vscode. editors like vscode, sublime have fast load times & also they can be accessed from terminal
I don't edit anything outside of vim. It's just most efficient for me. I have no arguments about vim being good or bad for other people. I only know that I run circles around others when in group editing situations [even without plugins].
With that said, my first question to potential programming employees in the past has been "what editor do you you use?". I've never cared what the answer was beyond that there IS an answer.
Personally I hate mouse / cursor interaction. It's bothersome to me. But I'm not going to say that my method of interacting with clunky computers is better than others. The answer should always be, 'whatever works'.
Same here, using Moba term which gives a File Explorer like interface in ssh connections, opens file in Notepad++ on my PC then saves back to same opened from directory on the remote server
Data wrangler, software engineer, systems programmer, cyclist. Unix (mostly Solaris) for aeons. I talk C, Python, SQL, Performance, Java, Kafka and Makefiles.
Location
Brisbane, Australia
Education
BA (Mathematics, Modern History), University of Queensland
While my primary text editor is emacs (and I'm getting up to speed on VS Code), when I want to edit a config file I'm almost always going to use vim. It's minimal, I've frequently needed to do edits over trans-Pacific ssh connections and the edits I've needed to make are generally < 10 lines. I can also pretty much guarantee that vim or vi are available on the remote end, too.
I use gvim (don't like vim on terminal) as my only editor. Even though I spent significant time learning many of its magic stuff, I've fallen off track since leaving my job. These days, I'm mostly using it for markdown files and short programs. No plugins.
I used to use nano for this, but more recently I've been using neovim. I've been using WebStorm for my main IDE, but I've been working to introduce neovim more often, and it is perfect for dotfiles. I also just saw someone in this thread mention micro, and that looks really cool as well.
Husband, father of 👧 👧, and software developer living in the Metro Detroit area. Interested in continuous learning, tinkering, and exploring new technology.
LEARN.always
This is like the perfect use case for micro, it's a terminal based editor but it has the same keybindings that modern editors have like ctrl+s for save, ctrl+z for undo, ctrl+x for cut and it even has multiple cursor support. (If someone is getting it, download the nightly build)
I use only neovim (vi) for everything, but I guess is old habits. If I recall correctly, in last stack overflow surveys, vim is more common around sysadmins/devops, which in a way confirm your suspicions.
I think it is important to use an editor that makes syntax colouring and apply rules of indentations and use of spaces/tabs coherent with the rest of the file. It even makes more sense if it is files like YAML for configuration.
By the way, I use Emacs for this. It is kind of the same than using Vim, except you can exit it.
I've been coding for over 20 years now! (WOAH, do I feel old)
I've touched just about every resource imaginable under the Sun (too bad they were bought out by Oracle)
Experienced PHP and C programmer based in Norway, with a history of game and web development. CTO at Blue Scarab Entertainment, previously at Servebolt.com, IMVU, Smarterphone, and Funcom.
It's either vim or jed, depending on what's installed.
For coding, I use IDEs with more language-specific support, either Visual Studio or PhpStorm. Never got into pimping out vim with plugins, or didn't find them to be as good when I tried.
Fred is a software jack of all trades, having worked over the last 24 years at every stage of the SDLC and has authored [two books](https://www.amazon.co.uk/Fred-Heath/e/B08F3Q1H1M).
👋 Hi! I started to get heavily involved with the FOSS community in 2012. I contributed to Bootstrap, Font Awesome, jQuery, GNU Bash, and many others. I also host a weekly podcast called "Sustain".
I empower people to become software developers, especially those with kids/family responsibilities, full-time jobs, or who feel too old to start over. 🥰👩🏽💻
Location
Washington DC
Education
Duke University | The Firehose Project (coding bootcamp)
Grew up in Russia, lived in the States, moved to Germany, sometimes live in Spain. I program since I was 13. I used to program games, maps and now I reverse engineer password managers and other stuff
Location
Berlin and Málaga
Education
MS in CS from State Polytechnic University of St. Petersburg
This is close to how I am with these things, but I do think it pays to get in the habit of messing with these files when it's useful for your productivity in the long run.
I spend a lot of time thinking about code, how it should be written and why. Have worked on big things and small things. For every book I read, I buy 5 more.
Displaying a subset of the total comments. Please sign in to view all comments on this post.
Confusingly, this is the
onlything I use vim for. Everything else is in a different tool.I don't find this to be overly odd. I was actually specifically curious as to whether this was a thing.
I think since some people (myself included) think of vim as an editor just for quick edits, we use it for just that
What about the thought that stuff like
viis often the default way to do these things, it becomes your standard procedure, even if for code editing you've always used other types of editors?I feel like this scenario could play out because folks may not switch off of the approximate default behavior.
What if the situation in which we edit these files is one where we're on an ssh connection in a console window where vim is the most powerful choice that isn't a desktop application? And then that becomes default behavior for config files, like you suggest.
I used to do this in
vim, I think because I thought it was quicker. Since I have VS Code open almost all of the time, especially if I'm doing something to.bash_profile, it's just as quick to open in Code and easier (well, more comfortable) to edit.Also, I have tended to use the terminal from within VS Code more these days, so the whole open and edit process can happen in the same program and I like that.
Nanoooo
100% nano, and if using a current release of nano, -lmx is nice °>°
code -r /path/to/fileThis opens the file with VS Code to the same workspace as rest of the files making it a really fast process. Then just save and close it like usual. I'm only using Vim when I'm working over SSH.
Cool. I don't know it
nano -wIf you're just going in and out, why get fancy. You still get emacs-like keyboard nav at a fraction of the cost.
On Linux I like use more nano than vim
Nano.
but now I see many people using VS Code to open, I will give that a try too 😀
Vim, but i also use vim as my regular editor.
I feel like if you use a terminal editor, it's probably the obvious choice.
I'm curious if folks who use standalone editors choose terminal apps in these contexts.
It is (I do everything except Java in NeoVim); but also, if I'm just looking something up and don't mean to make changes, we've got other shell tools. I use
lessandgrep/rga lot with history files and so on.Makes sense
Vi. It was the only editor in town other than emacs when I first learned to edit anything on the computer.
I still use Vim for CLI stuff and VS Code for other stuff. Don’t know why I don’t use Vim for writing anymore. Probably years of other options making their way into MY $PATH.
Same
Vim, and I’ll use that as my regular editor if it’s just a few files I’m throwing together to try something, or if it is on a less powerful computer. It works good but looking at multiple files and projects, I can’t be as productive. I know the shortcuts and the plugins. It just doesn’t work as well as vs code for me.
Vs code is definitely my high productivity, big brain space editor of choice. It is just generally a little slower if I’m just tweaking a few lines or doing a quick search and replace.
Although, vs code does have some amazing command line flags that make it ideal for git commit message editor, diff viewer, and more.
I swear by Micro. It has made editing in the command line a joy.
Features:
Bash scripts =>
nano(vionly if I'm absolutely stuck on a system that's not mine).htaccess files and quick HTML/CSS edits =>
xed(akagedit)Markdown => Remarkable
Everything else => VS Code
Nano makes a lot of sense in its control scheme.
I do some hefty customization with my bash_profile, so opening up in VS Code (along with everything else) is nice. I don't use vim and nano would fine if I had a smaller file. It's not much to do
code ~/.bash_profile.VIM, despite the fact I was a massive emacs fan back in the day.
Just because VIM is definitely going to be on every terminal I end up defaulting to it on the command line.
I don't use it anyway else, I'd prefer an IDE like InteliJ.
You can also use Emacs in vi mode 😄
Sublime text
😁😁
vihas been a tough habit to break. I use it pretty much anywhere I can (thank you Cygwin/Moba). And, when I can't use it, I pray that, at the very least, I can install a copy of Notepad++ (harder, these days, now that Windows 10+ more-easily affords enterprise-managed systems the ability to allow only the installation of whitelisted tools).Nano : if I am on terminal
IntelliJ : for practicing Java
Gedit : writing diary, editing files launched from file manager and just about everything else
BONUS :
echo $TEXT >> $FILE_PATHfor just adding a line at the EOFNano or VS Code, with using only VS Code looking likely going forward after seeing some of the comments here. Slightly controversial perhaps, but I never bothered to learn
vimsince I just want to open something that works and code away, rather than having to learn another language before I can do that 😂For the longest time, my answer was nano.
Then, I’ve been trying to get better at using dotfiles across multiple operating systems — Mac, Chromebook, Linux servers.
This means I treat the files more like a program, so I use my usual editor, VSCode.
However, when I am editing on the command line, I’ve been using micro — think of it as an upgraded nano that also has mouse support and a bunch more features. Including that you just download the binary and don’t need admin access to use it.
Whatever's handy at the time: VSCode, Notepad++. Occasionally WEE. I use the first two interchangeably for software development.
I feel any editor which can open quickly is fine. If the editor can be opened from terminal it becomes really easy for terminal users. I generally use vscode. editors like vscode, sublime have fast load times & also they can be accessed from terminal
vim with plugins
I don't edit anything outside of vim. It's just most efficient for me. I have no arguments about vim being good or bad for other people. I only know that I run circles around others when in group editing situations [even without plugins].
With that said, my first question to potential programming employees in the past has been "what editor do you you use?". I've never cared what the answer was beyond that there IS an answer.
Personally I hate mouse / cursor interaction. It's bothersome to me. But I'm not going to say that my method of interacting with clunky computers is better than others. The answer should always be, 'whatever works'.
Notepad++ ❤
I feel like VSCode is a bit too much for such files.
Same here, using Moba term which gives a File Explorer like interface in ssh connections, opens file in Notepad++ on my PC then saves back to same opened from directory on the remote server
Do you think this feeling is a matter of practicality and productivity or more of a personal taste/aesthetic/feelings?
Both actually 😁
VSCode has many extra features (side panel for git & file explorer).
But, notepad++ gives you just the text front of you so you can make changes or peek into the file as quick as possible... save & quit.
My thinking is generally like this: Do I need to open the whole folder and play with it?
While my primary text editor is emacs (and I'm getting up to speed on VS Code), when I want to edit a config file I'm almost always going to use vim. It's minimal, I've frequently needed to do edits over trans-Pacific ssh connections and the edits I've needed to make are generally < 10 lines. I can also pretty much guarantee that vim or vi are available on the remote end, too.
Well I use visual studio code for this too.
All i need to is
>code ~/.bash_profileHowever inside servers, there is no other choice but to use VIM.
for files like .bashrc, i use bash's nano editor.
I don't have a usecase for IDE as of now
I use gvim (don't like vim on terminal) as my only editor. Even though I spent significant time learning many of its magic stuff, I've fallen off track since leaving my job. These days, I'm mostly using it for markdown files and short programs. No plugins.
I used to use nano for this, but more recently I've been using neovim. I've been using WebStorm for my main IDE, but I've been working to introduce neovim more often, and it is perfect for dotfiles. I also just saw someone in this thread mention micro, and that looks really cool as well.
vioremacsSame. 😁
Vim.
I use Neovim/Sublime text for coding.
This is like the perfect use case for micro, it's a terminal based editor but it has the same keybindings that modern editors have like ctrl+s for save, ctrl+z for undo, ctrl+x for cut and it even has multiple cursor support. (If someone is getting it, download the nightly build)
Nano or VS Code depending on how many edits I want to make!
Makes sense, Nano for speed, Code for going bigger.
VS Code for everything these days. I just started using the Insider Build so I could try out the Remote Development Extension Pack.
I use only neovim (vi) for everything, but I guess is old habits. If I recall correctly, in last stack overflow surveys, vim is more common around sysadmins/devops, which in a way confirm your suspicions.
I think it is important to use an editor that makes syntax colouring and apply rules of indentations and use of spaces/tabs coherent with the rest of the file. It even makes more sense if it is files like YAML for configuration.
By the way, I use Emacs for this. It is kind of the same than using Vim, except you can exit it.
The closest thing to that is my .cshrc file. I used to edit it via nano, now I edit it through GitHub. Yeah, my console profile is a git repo now!
All of my actual work though is done in Sublime. Because Sublime is BEST!
It's either vim or jed, depending on what's installed.
For coding, I use IDEs with more language-specific support, either Visual Studio or PhpStorm. Never got into pimping out vim with plugins, or didn't find them to be as good when I tried.
If it's something quick,
vim. If I'm doing a bunch of stuff, I'll use VS Code (my main editor).Vscode and nano for terminal.
I've recently switched to micro editor as my goto editor for everyday tasks, such as configuration editing, quick shell scripts, etc. It's brilliant.
However, I'm sticking with Sublime for any major development work, for the extra features and IDE-like convenience.
I used to be a
nanofan, but since I don't havenanoat my company servers, I become avimuser. So, I'm gonna sayvim.Esc+:wq:P:x (less typing 😂)
.bash_profile = nano
else
VS Code
Just like @irreverentmike for quick edits to text config files I almost always use
vim. Most other text type files I'll usevscode.vim before, but nowadays, I use VS Code for almost everything, including
.bash_profilefilesVi and seldom do I use vsc (if it requires more than few lines of editing)
Update: Reading through commends I notice more people use
vimthanvicurious as to why?I tend to use nvim for quick edits to one or two files. Anymore than that, I use VS Code.
vi and nano
I use nano for them even though VSCode is my primary editor.
Vim, but I useVIMfor everything though :)Nano, since env files and simple bash scripts feel far more at home in Terminal. Otherwise, I use an IDE.
VIM! All the way! 😃 😄
nano if I'm looking at something fast, Sublime Text is I will be using it for a while
I use Sublime for most of my development
Nano!!
I use vim which is the same editor I use for all of my coding.
There are a few specific tasks I do still use a GUI editor for (multi cursor mode in Sublime for example). But they are getting rarer
I still use my main editor (VS Code for this).
I type
changeand it opens up my.zshrcfile in VS Code.Then I type
updateand it refreshes my terminal window with the newest.zshrcconfig.On my local Ubuntu, I use Sublime mostly. Oddly, even if I could use the same Sublime for remotes, I just use vim.
If it's a regular file, then I'd use Sublime (via
subl). It it requiressudo, thennanoor now more and moremicro(micro-editor.github.io/)I don't usually edit files like these, so on the rare occasions I do, I have to find them first. So, TextEdit from the Finder.
This is close to how I am with these things, but I do think it pays to get in the habit of messing with these files when it's useful for your productivity in the long run.
vim because it feels the most natural to open a path starting from the HK e directory
Although I guess I could use
code ~/.zshrcI prefervim ~/.zshrcFor quick edits,
nanoWhen setting up some complex multiline function, VS Code.
Most of the time I use vim for config files like that. But if I'm making more involved edits I open them in VS Code via the
codecommand.Emacs, nano or VSCode, there's no logic there :D
It's vim, and yes it's the same editor I use for the majority of everything.
It feels straight-up weird to see configuration files in VSCode.
I do agree on the weirdness of seeing config filed in VSCode, even though I do it (about half the time)
Nano and sublime text for huge files.
Hilariously, vim in a vscode integrated terminal. I don't know why.
vim.
is either vim or nano lol depending on the day.
ed/vim
I use Vim which has been my main editor (even for code) for years before I switched to Atom, so I keep using it for small tasks.
Can you articulate your reasoning for the choices?
Visual Studio Code for everything. :)
Vim! Anything outside of project files really goes through vim.
If it's a complex modification vscode otherwise vim.
Vim
VSCode. Before that Vim.
code .bash_profile
I use VIM for everything. Code, writing emails, commit messages, make coffee, showering. VIM is LIFE.
When I'm working from the shell, most of the times vi and sometimes nano. Otherwise, it would be the VS Code.