소스 검색

feat(config): change to saner defaults for keys.mentions_list

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

+ 3 - 3
internal/config/config.toml

@@ -36,7 +36,7 @@ only_on_ping = true
 [keys]
 focus_guilds_tree = "Ctrl+G"
 focus_messages_list = "Ctrl+T"
-focus_message_input = "Ctrl+P"
+focus_message_input = "Ctrl+Space"
 # Hide/show the guilds tree.
 toggle_guilds_tree = "Ctrl+B"
 quit = "Ctrl+C"
@@ -91,8 +91,8 @@ open_editor = "Ctrl+E"
 open_file_picker = "Ctrl+\\"
 
 [keys.mentions_list]
-up = "Up"
-down = "Down"
+up = "Ctrl+P"
+down = "Ctrl+N"
 
 # style = { foreground = "", background = "", attributes = "" or [""] }
 [theme.title]