2 files changed,
15 insertions(+),
7 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-06-22 20:34:54 +0300
Parent:
9646052
jump to
| M | config/kitty/kitty.conf |
| M | gitconfig |
M
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
M
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