jesseduffield.lazygit/pkg
Jesse Duffield 1494a3863d Remove tab keybinding for cycling tab
This keybinding has been more pain than it's worth. Having a tab keybinding
to cycle tabs implies that you can shift+tab and when you shift+tab the
application exits because termbox, our dependency, doesn't know how to
interpret the escape sequence (so it takes it for an actual ESC key which
will exit lazygit at the top level).

If people get mad at me they can set nextBlock-alt to <tab> and they'll have
the functionality back :)
2020-08-25 10:48:13 +00:00
..
app support opening lazygit outside a git directory 2020-08-16 22:59:58 +10:00
commands add log when git status errors 2020-08-25 08:04:45 +10:00
config better keybinding ('W') for viewing diff 2020-08-24 23:08:05 +00:00
gui Remove tab keybinding for cycling tab 2020-08-25 10:48:13 +00:00
i18n add sub commit context 2020-08-23 14:29:18 +10:00
tasks big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
test add a helper to search a list for a pattern 2020-02-02 11:29:22 +11:00
theme prevent flicker from bolding background of selected line 2020-05-15 21:12:12 +10:00
updates remove go-getter 2019-11-12 22:58:01 +11:00
utils move patch stuff into its own package 2020-08-15 11:41:37 +10:00