From e18e42ae4a0c0d8cc98486b5e86204d505933900 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sun, 2 Aug 2020 22:58:09 -0400 Subject: [PATCH] Add h, j, k and l navigation to the ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff4339..8fce25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Added - Termshark is now available for linux/arm64. +- Vim keys h, j, k and l can now be used in widgets that accept left, down, up and right user input. - Termshark's tables support vim-style navigation - use G to go to the bottom, gg to go to the top, or add a numeric prefix. - Other vim-style navigation keypresses are now implemented :r/:e to load a pcap, :q! to quit, ZZ to quit,