Compare commits
2 commits
70f451039d
...
6bab9ea200
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bab9ea200 | |||
| 3e7421b27d |
2 changed files with 10 additions and 0 deletions
7
helix/languages.toml
Normal file
7
helix/languages.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[[language]]
|
||||
name = "markdown"
|
||||
text-width = 80
|
||||
|
||||
[language.soft-wrap]
|
||||
enable = true
|
||||
wrap-at-text-width = true
|
||||
|
|
@ -22,6 +22,9 @@ background_opacity 0.7
|
|||
map ctrl+shift+enter launch --cwd=current
|
||||
map shift+enter send_text all \x1b[13;2u
|
||||
|
||||
# OpenCode middle mouse
|
||||
mouse_map middle release grabbed paste_from_selection
|
||||
|
||||
#: Fonts {{{
|
||||
|
||||
#: kitty has very powerful font management. You can configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue