Fixes #319
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
An attempt at documenting the changes/new features introduced in each
|
||||
release.
|
||||
|
||||
---
|
||||
## Next
|
||||
* Syntax highlighting for a bunch of new languages: PgSQL, Rust, CSS, Python, Protobuf, Shell, Swift, toml, XML, JSON, C, C++, Java, C#, Scala, Kotlin, ObjectiveC, ObjectiveC++ and Dart
|
||||
* [[Vim]] support for VIMRC (see [[Vim]] documentation)
|
||||
|
||||
---
|
||||
## 0.2.9
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
SilverBullet has a basic Vim mode. You can toggle it using the {[Editor: Toggle Vim Mode]} command.
|
||||
|
||||
In addition, it supports various ex commands that you can run as you would expect, for instance: `:imap jj <Esc>`.
|
||||
|
||||
## VIMRC
|
||||
SilverBullet also has the ability to load a set of these ex command on boot. To use this functionality, create a page in your space named [[VIMRC]] and put a fenced code block in it (similar to how this is done in [[SETTINGS]]) with one ex command per line, for example:
|
||||
|
||||
```
|
||||
imap jj <Esc>
|
||||
```
|
||||
|
||||
To manually reload your [[VIMRC]] you can use the {[Editor: Vim: Load VIMRC]} command.
|
||||
Reference in New Issue
Block a user