1
0
Fork 0

Revert using vim in mutt and git

This commit is contained in:
Malte Brandy 2021-07-09 19:35:58 +02:00
parent 7d5c42796d
commit 1c63c86ea0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
};
extraConfig = {
pull.ff = "only";
core.editor = "nvr --remote-wait-silent";
core.editor = "vim";
};
enable = true;
ignores = [

View file

@ -220,7 +220,7 @@ in
in
{
".neomuttrc".text = ''
set editor = "nvr --remote-wait-silent"
set editor = "vim"
alternative_order text/plain text/html
auto_view text/*
auto_view message/*