aboutsummaryrefslogtreecommitdiffstats
path: root/.config/git
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-05-04 00:16:34 +0200
committerDavid Runge <dave@sleepmap.de>2023-05-04 00:16:34 +0200
commit9380285596a8f6d413d231a87417ed016984458e (patch)
treeda8964317a8f931ce0dc6987ba15d8705202d059 /.config/git
parentfee2014444c77b2a53502e7b74e7c79843dd19a4 (diff)
downloaddotfiles-9380285596a8f6d413d231a87417ed016984458e.tar.gz
dotfiles-9380285596a8f6d413d231a87417ed016984458e.tar.bz2
dotfiles-9380285596a8f6d413d231a87417ed016984458e.tar.xz
dotfiles-9380285596a8f6d413d231a87417ed016984458e.zip
Set editor for git to helix.
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index f0d63a4..002bf71 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -111,7 +111,7 @@
default = tracking
[core]
autocrlf = false
- editor = nvim
+ editor = helix
[advice]
statusHints = false
[diff]