Skip to content

Commit

Permalink
fixup! fixup! WIP: config #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Sep 13, 2023
1 parent d52289e commit 75cdb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/keysMap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let keysMap: [String: Key] = [
"space": .space,
"enter": .return,
"esc": .escape,
"delete": .delete,
//"delete": .delete, // todo backspace?
"tab": .tab,

"left": .leftArrow,
Expand Down

0 comments on commit 75cdb1e

Please sign in to comment.