Explorar o código

Add default keybindings for InputView

ayn2op %!s(int64=3) %!d(string=hai) anos
pai
achega
069599984b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      config/config.go

+ 4 - 0
config/config.go

@@ -71,6 +71,10 @@ func New() *Config {
 				SelectFirstMessage:    "Home",
 				SelectLastMessage:     "End",
 			},
+			InputView: InputViewKeysConfig{
+				OpenExternalEditor: "Ctrl+E",
+				PasteClipboard:     "Ctrl+V",
+			},
 		},
 		Theme: ThemeConfig{
 			Background: "default",