From 91f3397bd7ca698033b5cb4f0e3813d1c979fb52 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Wed, 26 May 2021 01:05:17 +0200 Subject: [PATCH] Random: use nvim for git editor --- .config/picom.conf | 2 +- .gitconfig | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index eba24d1..26fc9e4 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -245,7 +245,7 @@ detect-client-opacity = true; # try detecting this with X RandR extension. # # refresh-rate = 60 -refresh-rate = 0 +refresh-rate = 144 # Limit picom to repaint at most once every 1 / 'refresh_rate' second to # boost performance. This should not be used with diff --git a/.gitconfig b/.gitconfig index ea343e7..8593c20 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,7 @@ name = Robert Kmiec email = robert.r.kmiec@gmail.com [core] - editor = vim + editor = nvim pager = delta autocrlf = false excludesfile = /home/rkmiec/.config/git/ignore @@ -45,3 +45,5 @@ commit-decoration-style = bold yellow box ul file-style = bold yellow ul file-decoration-style = none +[pull] + rebase = true