update git, kitty

This commit is contained in:
Smirnov Oleksandr 2022-06-22 20:34:54 +03:00
parent 9646052ac4
commit 499b7627c9
2 changed files with 15 additions and 7 deletions

View file

@ -25,7 +25,7 @@ cursor_underline_thickness 1.3
cursor_blink_interval 0 cursor_blink_interval 0
## Mouse ## Mouse
mouse_hide_wait 3.0 mouse_hide_wait 1.0
focus_follows_mouse no focus_follows_mouse no
## Mappings ## Mappings
@ -36,6 +36,8 @@ map alt+4 goto_tab 4
map alt+5 goto_tab 5 map alt+5 goto_tab 5
map alt+6 goto_tab 6 map alt+6 goto_tab 6
map alt+7 goto_tab 7 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+shift+t new_tab_with_cwd
map ctrl+equal change_font_size all +1 map ctrl+equal change_font_size all +1
map ctrl+minus change_font_size all -1 map ctrl+minus change_font_size all -1

View file

@ -1,22 +1,28 @@
[user] [user]
name = Smirnov Olexander name = Smirnov Oleksandr
email = ss2316544@gmail.com email = ss2316544@gmail.com
signingkey = 02BE5DDFB607A8F79E signingkey = 300387B5D7EE0DB2
[github] [github]
name = olexsmir name = olexsmir
[gpg] [gpg]
program = gpg2 program = gpg2
[core] [core]
editor = nvim editor = nvim
[init] [init]
defaultBranch = "main" defaultBranch = "main"
[alias] [alias]
a = add
l = log --oneline --decorate l = log --oneline --decorate
s = status s = status -sb
lg = log --stat
f = fetch
sw = switch sw = switch
cm = commit cm = commit
p = pull
re = restore
r = rebase