mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
Add documentation about using Vim/Neovim as editor
This commit is contained in:
parent
63b606369e
commit
b992c7a851
1 changed files with 11 additions and 0 deletions
|
@ -51,6 +51,17 @@ back to journal. In the case of MacVim, this is `-f`:
|
||||||
editor: "mvim -f"
|
editor: "mvim -f"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Vim/Neovim
|
||||||
|
|
||||||
|
To use any of the Vim derivatives as editor in Linux, simply set the `editor`
|
||||||
|
to the executable:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
editor: "vim"
|
||||||
|
# or
|
||||||
|
editor: "nvim"
|
||||||
|
```
|
||||||
|
|
||||||
## iA Writer
|
## iA Writer
|
||||||
|
|
||||||
On OS X, you can use the fabulous [iA
|
On OS X, you can use the fabulous [iA
|
||||||
|
|
Loading…
Add table
Reference in a new issue