Skip to content

Commit

Permalink
helix has softwrap! no more need for kakoune
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed May 11, 2023
1 parent c375e54 commit b962b3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ right = ["position-percentage", "file-name", "file-encoding", "file-type", "spac
#render = true
#character = "╎"

[editor.soft-wrap]
enable = true
# max-wrap = 20
# max-indent-retain = 40
# wrap-indicator = "↪"
# wrap-at-text-width = false

[editor.cursor-shape]
insert = "bar"
normal = "block"
Expand Down
1 change: 1 addition & 0 deletions .config/mimeapps.list
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ application/csv=spreadsheet.desktop;
image/*=img.desktop;
image/jpeg=img.desktop;
image/png=img.desktop;
image/webp=img.desktop;
image/svg=web-browser.desktop;
image/svg+xml=web-browser.desktop;
image/gif=gif.desktop;
Expand Down

0 comments on commit b962b3e

Please sign in to comment.