Misc tweaks

This commit is contained in:
2018-06-14 16:04:36 -07:00
parent f966f44b3c
commit 95eecb6856
6 changed files with 9 additions and 4 deletions

View File

@@ -22,7 +22,6 @@
bind "<alt>d" { "delete-from-cursor" (word-ends, 1) };
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) };
bind "<ctrl>k" { "delete-from-cursor" (paragraph-ends, 1) };
bind "<alt>backslash" { "delete-from-cursor" (whitespace, 1) };
bind "<alt>space" { "delete-from-cursor" (whitespace, 1)
"insert-at-cursor" (" ") };