New keys supported in Vim mode:
Was added a couple new abilities of navigation using vim
-mode:
- 🔥 navigate to first file using
$
; - 🔥 navigate to last file using
^
; - 🔥 navigate to next file using
w
; - 🔥 navigate to previous file using
b
;
To the existing ones:
- ✅
j
andk
- next/previous; - ✅
G
andgg
first/end file;
feature
- (key) vim: add ability to navigate to next and previous using w and b
- (key) vim: add ability to navigate using to first and last file using ^ and $