mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update git, kitty
This commit is contained in:
parent
9646052ac4
commit
499b7627c9
2 changed files with 15 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
12
gitconfig
12
gitconfig
|
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
name = Smirnov Olexander
|
||||
name = Smirnov Oleksandr
|
||||
email = ss2316544@gmail.com
|
||||
signingkey = 02BE5DDFB607A8F79E
|
||||
signingkey = 300387B5D7EE0DB2
|
||||
|
||||
[github]
|
||||
name = olexsmir
|
||||
|
|
@ -16,7 +16,13 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue