Compare commits

...

2 Commits

Author SHA1 Message Date
41c5fab6f0 kitty: open tab with shift+t 2026-02-26 17:34:26 +01:00
7c0f105244 helix: show git blame inline 2026-02-26 17:34:14 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ display-inlay-hints = true
"+" = ["extend_line_down", "extend_to_line_bounds"]
[keys.normal.g]
"b" = ":echo git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
"b" = ":sh git show %sh{git blame -L %{cursor_line},+1 %{buffer_name} | awk '{print $1}'}"
[keys.normal.z]
s = ":set soft-wrap.enable true"

View File

@@ -1,6 +1,7 @@
term xterm-256color
confirm_os_window_close 0
shell_integration no-cursor # https://sw.kovidgoyal.net/kitty/shell-integration
# https://sw.kovidgoyal.net/kitty/shell-integration
shell_integration no-cursor
clipboard_control write-clipboard write-primary no-append
### Appearance
@@ -42,7 +43,7 @@ tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title
### Keyboard
map ctrl+t launch --cwd=current --type=tab
map ctrl+shift+t launch --cwd=current --type=tab
map alt+shift+1 goto_tab 1
map alt+shift+2 goto_tab 2