vimrc
missing-semester
vimrc | missing-semester | |
---|---|---|
26 | 379 | |
31,105 | 5,066 | |
0.4% | 0.8% | |
4.1 | 5.4 | |
6 months ago | 7 days ago | |
Vim Script | CSS | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vimrc
-
Do I need to have a lot of command line knowledge in order to learn Vim?
there are several vimrc files: https://github.com/amix/vimrc
- Finally started my .vimrc
-
Prof made it very clear from the first day thar we can't use IDEs in the course
Vim with https://github.com/amix/vimrc
-
Jedi-Vim not working well with konsole terminal?
If you want my five cents, then I would say that using something like https://github.com/amix/vimrc without fully understanding the consequences, is a bad idea. And instead you should focus on the basics of vim, vimtutor followed by :h user-manual.
-
A Quick Intro to Common Commands in Linux
text editors for writing files. Recommended: install plugins ultimate vim to make vim more powerful and colorful.
-
my first experience (everything went wrong) with archcraft
Archcraft's vim uses this vimrc which adds a lot of plugins including some for improving appearance, so it's more suited for a terminal emulator than a tty.
- VIMRC - The VIM configuration script that turns it into a powerhouse
-
Whatโs your favorite software for terminal programming?
I'm basically using this as a base with some tweaks :)
-
I gave up
Or if you want something very minimal, just for easier editing experience when connected to server, try just a simple preconfigured vimrc file, where you can comment and uncomment stuff that you might need. I use amix as base for my own vimrc file.
-
Vim - The ultimate text editor?
git clone https://github.com/amix/vimrc.git ~/.vim_runtime
missing-semester
-
Ask HN: Book recommendations for CS fundamentals for a self-taught programmer?
The recommendations in this thread so far do suggest a lot of nice books - CS:APP and SICP - but given your description of previous struggles with more academic stuff, along with the request for "practical examples or projects", I'm not sure they are right for you. By all means take a look, but don't be discouraged if they don't fit what you're after. An algorithm book with a somewhat different tone that you might check out is Skiena's Algorithm Design Manual. I've been reading Ousterhout's A Philosophy of Software Design recently and that might also be something that would interest you.
However, I might suggest that books and theoretical knowledge are not the main things you need right away. I moved into software engineering after a long time in science. I had done plenty of coding, and had a pretty decent amount of theoretical knowledge, but there was still quite a bit of practical adjustment. I really like Rzor's suggestion of https://missing.csail.mit.edu to start with.
Beyond that, I think maybe I would find some specific codebases that you'd like to understand better, and start with reading more of those. I feel like that's often better than books for picking up idiomatic usage and patterns in given domains. As you hit specific barriers, I think it will be much easier to pick up the intrinsic motivation to dip back into theoretical knowledge at that point.
- MIT: The Missing Semester of Your CS Education
-
The number of CS grads who don't even know basic Git commands is astounding
It is more than just that. I used to recommend a lot the MIT's Missing Semester of your CS Education https://missing.csail.mit.edu/ to people that is not familiar with some topics at work.
-
Ask HN: I want to learn to use the terminal, where do I start
The missing semester of your cs education
https://missing.csail.mit.edu/
-
Please advise, still struggling intensely
You mentioned having issues with accessory concepts so perhaps this might help: https://missing.csail.mit.edu/. There's also a chapter on git
- Curso del IPN
-
CS2030S and CS2040S advice
https://missing.csail.mit.edu/ is a good way to pass the Dec-Jan break if you want to prep for CS2030S + some more general stuff.
-
I cancelled my Replit subscription
Reflecting a little bit more I don't think it was replit's fault, per-say. But that change should have been made together with a larger adjustment to the program. Like adding a class/unit in the style of [the missing semester](https://missing.csail.mit.edu/) to make sure people came away with a good range of intuitions.
-
Advice to a Novice Programmer
From MJD's post: I think CS curricula should have a class that focuses specifically on these issues, on the matter of how do you actually write software?
But they never do.
FWIW, MIT's "The Missing Semester of Your CS Education" attempts to deal with this lack, though, even there, it's an unofficial course taught between terms, during MIT's IAP -- Independent Activities Period[1] -- and not an actual CS course.
[0] https://missing.csail.mit.edu/
[1] https://en.wikipedia.org/wiki/Traditions_and_student_activit...
- School of SRE: Curriculum for onboarding non-traditional hires and new grads
What are some alternatives?
Vim - :star: Vim for Visual Studio Code
CS50x-2021 - ๐ HarvardX: CS50 Introduction to Computer Science (CS50x)
spf13-vim - The ultimate vim distribution
flexboxfroggy - A game for learning CSS flexbox ๐ธ
SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc
CheatSheetSeries - The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.