more vim updates

This commit is contained in:
Noah Masur
2021-04-17 18:04:53 -04:00
parent 67bba74816
commit 555d49f257
6 changed files with 28 additions and 2 deletions

View File

@ -594,6 +594,7 @@ key_bindings:
- { key: D, mods: Super, chars: "\x14" } # CMD-D sends CTRL-T for fzf
- { key: O, mods: Super, chars: "edit\x0D" } # CMD-O opens file in vim
- { key: Return, mods: Shift, chars: "\x1b[13;2u" }
- { key: E, mods: Alt, chars: "\x1be" } # Send ALT-E for fish
#- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }