Various fixes #5

Merged
lytedev merged 8 commits from lytedev-divvy/dotfiles:master into master 2022-06-14 14:55:59 -05:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit aa16087903 - Show all commits

View File

@ -21,6 +21,9 @@ K = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode"
[keys.normal]
g = { G = "goto_last_line" }
D = "kill_to_line_end"
C = ["kill_to_line_end", "insert_mode"]
"^" = "goto_line_start"
[keys.select]
g = { G = "goto_last_line" }