mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Add Check Your Current Color Scheme as a vim til.
This commit is contained in:
@@ -90,6 +90,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
|
||||
|
||||
- [The Black Hole Register](vim/the-black-hole-register.md)
|
||||
- [Buffer Time Travel](vim/buffer-time-travel.md)
|
||||
- [Check Your Current Color Scheme](vim/check-your-current-color-scheme.md)
|
||||
- [Close the Current Buffer](vim/close-the-current-buffer.md)
|
||||
- [Count the Number of Matches](vim/count-the-number-of-matches.md)
|
||||
- [Create A New File In A New Directory](vim/create-a-new-file-in-a-new-directory.md)
|
||||
|
||||
11
vim/check-your-current-color-scheme.md
Normal file
11
vim/check-your-current-color-scheme.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Check Your Current Color Scheme
|
||||
|
||||
Vim ships with a number of different color schemes. There is also a plethora
|
||||
of color schemes built by the open source community. If you'd like to know
|
||||
what color scheme you are currently using, you can check with
|
||||
|
||||
```
|
||||
:echo g:colors_name
|
||||
```
|
||||
|
||||
So more details at both `:h g:colors_name` and `:h colorscheme`.
|
||||
Reference in New Issue
Block a user