summaryrefslogtreecommitdiffstats
path: root/pkg/config/app_config.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-04-15 20:30:24 +1000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-04-15 10:44:56 +0000
commit2974a57943cc673972bc346b23527a95086ccdfe (patch)
treee527acbd62fbb7c156c3df552ea85f99e55512ea /pkg/config/app_config.go
parentfcdcd1c335974bab0499be5549021e6938653554 (diff)
support copying stuff to clipboard
Diffstat (limited to 'pkg/config/app_config.go')
-rw-r--r--pkg/config/app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 9db3ce547..76f2fb76f 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -322,6 +322,7 @@ keybinding:
redo: '<c-z>'
filteringMenu: <c-s>
diffingMenu: '<c-e>'
+ copyToClipboard: '<c-o>'
status:
checkForUpdate: 'u'
recentRepos: '<enter>'