Skip to content

Commit

Permalink
Correct default Code editor (#74)
Browse files Browse the repository at this point in the history
Sublime is mentioned, Probably a leftover from past suggestions
  • Loading branch information
ricalanis authored and nicolashery committed Jun 24, 2019
1 parent eeb44c1 commit 6eca576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Finally, activate the theme by going to **Code > Preferences > Color Theme** and

## Vim

Although Sublime Text will be our main editor, it is a good idea to learn some very basic usage of [Vim](http://www.vim.org/). It is a very popular text editor inside the terminal, and is usually pre-installed on any Unix system.
Although VS Code will be our main editor, it is a good idea to learn some very basic usage of [Vim](http://www.vim.org/). It is a very popular text editor inside the terminal, and is usually pre-installed on any Unix system.

For example, when you run a Git commit, it will open Vim to allow you to type the commit message.

Expand Down

0 comments on commit 6eca576

Please sign in to comment.