Browse Source

Add default keybindings for InputView

ayn2op 3 years ago
parent
commit
069599984b
1 changed files with 4 additions and 0 deletions
  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",