Compare commits
5 Commits
1dfbd7e895
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| fc328ec4c2 | |||
| 6a0fbd737d | |||
| 41c5fab6f0 | |||
| 7c0f105244 | |||
| 30e0ec34dc |
@@ -27,7 +27,7 @@ display-inlay-hints = true
|
|||||||
"+" = ["extend_line_down", "extend_to_line_bounds"]
|
"+" = ["extend_line_down", "extend_to_line_bounds"]
|
||||||
|
|
||||||
[keys.normal.g]
|
[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]
|
[keys.normal.z]
|
||||||
s = ":set soft-wrap.enable true"
|
s = ":set soft-wrap.enable true"
|
||||||
|
|||||||
1
files/helix/.config/helix/helix.scm
Normal file
1
files/helix/.config/helix/helix.scm
Normal file
@@ -0,0 +1 @@
|
|||||||
|
; helix.scm
|
||||||
6
files/helix/.config/helix/init.scm
Normal file
6
files/helix/.config/helix/init.scm
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
; init.scm
|
||||||
|
|
||||||
|
; https://codeberg.org/gwid/context.hx
|
||||||
|
(require "context/context.scm")
|
||||||
|
|
||||||
|
(context-enable 'right)
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
term xterm-256color
|
term xterm-256color
|
||||||
confirm_os_window_close 0
|
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
|
### Appearance
|
||||||
|
|
||||||
@@ -10,7 +12,7 @@ font_family BlexMono Nerd Font Mono Text
|
|||||||
italic_font BlexMono Nerd Font Mono
|
italic_font BlexMono Nerd Font Mono
|
||||||
bold_font BlexMono Nerd Font Mono
|
bold_font BlexMono Nerd Font Mono
|
||||||
|
|
||||||
font_size 11
|
font_size 12
|
||||||
|
|
||||||
disable_ligatures cursor
|
disable_ligatures cursor
|
||||||
font_features +calt +liga
|
font_features +calt +liga
|
||||||
@@ -41,7 +43,7 @@ tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title
|
|||||||
|
|
||||||
### Keyboard
|
### 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+1 goto_tab 1
|
||||||
map alt+shift+2 goto_tab 2
|
map alt+shift+2 goto_tab 2
|
||||||
|
|||||||
Reference in New Issue
Block a user