소스 검색

feat(config): change reply keymap to align with official client

ayn2op 4 달 전
부모
커밋
9581ca6bd4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      internal/config/config.toml

+ 2 - 2
internal/config/config.toml

@@ -68,9 +68,9 @@ select_last = "Rune[G]"
 # Select the message reference (reply) of the selected channel.
 select_reply = "Rune[s]"
 # Reply to the selected message.
-reply = "Rune[r]"
+reply = "Rune[R]"
 # Reply (with mention) to the selected message.
-reply_mention = "Rune[R]"
+reply_mention = "Rune[r]"
 cancel = "Esc"
 edit = "Rune[e]"
 delete = "Rune[D]"