Compare commits

...

2 Commits

Author SHA1 Message Date
Michel 0e76e122ee feat: kitty opacity 2023-04-06 12:13:03 +02:00
Michel eda6d76bec feat: git root & lazygit updates 2023-04-06 12:11:48 +02:00
3 changed files with 25 additions and 4 deletions

View File

@ -75,6 +75,8 @@ scrollback_lines 10000
#: Mouse {{{1
#
# file:///usr/share/dokitty/html/open_actions.html
#: Performance tuning {{{1
@ -106,7 +108,7 @@ inactive_tab_font_style italic
#: Color scheme {{{1
include Paul Millr.conf
background_opacity 0.90
background_opacity 1.00
cursor #f41
selection_background none
selection_foreground none
@ -131,7 +133,7 @@ dynamic_background_opacity yes
kitten_alias hints hints --alphabet="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" --hints-offset=0
# Clipboard {{{1
#: Clipboard {{{1
#: Scrolling {{{1
@ -186,6 +188,7 @@ map kitty_mod+minus change_font_size current -0.5
map kitty_mod+m>m create_marker
map kitty_mod+m>shift+m remove_marker
map kitty_mod+m>e toggle_marker iregex 1 \\bERROR\\b 2 \\bWARNING\\b 3 \\bNOTE\\b
map kitty_mod+m>n toggle_marker iregex 1 "(^\\[\\d+/\\d+\\]|\\bERROR\\b)" 2 "(c\\+\\+ object.*|\\bWARNING\\b)" 3 \\bNOTE\\b
map kitty_mod+m>u toggle_marker regex 3 https?://\\S+
mark1_background #d00
mark2_background #c90
@ -193,6 +196,9 @@ mark3_background #0d0
#: Miscellaneous {{{1
map kitty_mod+f3 set_background_opacity -0.05
map kitty_mod+f4 set_background_opacity +0.05
#: }}}1
#: vim:foldmethod=marker:foldlevel=0

View File

@ -13,6 +13,13 @@ customCommands:
loadingText: "opening commitizen commit tool"
subprocess: true
- key: "<c-z>"
command: "cz commit --retry"
description: "retry commitizen"
context: "files"
loadingText: "retrying commitizen commit"
subprocess: true
# remotes
- key: "<c-p>"
command: "git remote prune {{.SelectedRemote.Name}}"
@ -39,12 +46,19 @@ gui:
showBottomLine: false
showIcons: true
sidePanelWidth: .25
theme:
selectedLineBgColor: [reverse]
selectedRangeBgColor: [reverse]
timeFormat: '02 Jan 15:04'
keybinding:
universal:
refresh: "<f5>"
notARepository: 'skip'
refresher:
refreshInterval: 10
refreshInterval: 30
fetchInterval: 3600
# vi:nospell

View File

@ -1,6 +1,7 @@
[alias]
co = checkout
br = branch
co = checkout
root = rev-parse --show-toplevel
st = status
tree = log --oneline --graph --decorate --all