From 499b7627c96a396abd919e915f52024e876284f1 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Wed, 22 Jun 2022 20:34:54 +0300 Subject: [PATCH] update git, kitty --- config/kitty/kitty.conf | 4 +++- gitconfig | 18 ++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 94076ab..3c4df55 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -25,7 +25,7 @@ cursor_underline_thickness 1.3 cursor_blink_interval 0 ## Mouse -mouse_hide_wait 3.0 +mouse_hide_wait 1.0 focus_follows_mouse no ## Mappings @@ -36,6 +36,8 @@ map alt+4 goto_tab 4 map alt+5 goto_tab 5 map alt+6 goto_tab 6 map alt+7 goto_tab 7 +map alt+8 goto_tab 8 +map alt+9 goto_tab 9 map ctrl+shift+t new_tab_with_cwd map ctrl+equal change_font_size all +1 map ctrl+minus change_font_size all -1 diff --git a/gitconfig b/gitconfig index ee480ba..68386f9 100644 --- a/gitconfig +++ b/gitconfig @@ -1,22 +1,28 @@ [user] - name = Smirnov Olexander + name = Smirnov Oleksandr email = ss2316544@gmail.com - signingkey = 02BE5DDFB607A8F79E + signingkey = 300387B5D7EE0DB2 [github] name = olexsmir [gpg] - program = gpg2 + program = gpg2 [core] - editor = nvim + editor = nvim [init] - defaultBranch = "main" + defaultBranch = "main" [alias] + a = add l = log --oneline --decorate - s = status + s = status -sb + lg = log --stat + f = fetch sw = switch cm = commit + p = pull + re = restore + r = rebase