mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 17:38:32 +02:00
Add documentation about using Vim/Neovim as editor
This commit is contained in:
parent
d4ce2a84cf
commit
c76afa1b09
1 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,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