1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00

bump gocui

This commit is contained in:
Jesse Duffield
2021-02-11 21:04:58 +11:00
parent 79b256a0fa
commit 862ced3bd0
2 changed files with 4 additions and 8 deletions

View File

@ -185,6 +185,7 @@ var translate = map[string]Key{
"Backspace": KeyBackspace,
"CtrlH": KeyCtrlH,
"Tab": KeyTab,
"BackTab": KeyBacktab,
"CtrlI": KeyCtrlI,
"CtrlJ": KeyCtrlJ,
"CtrlK": KeyCtrlK,