You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The / search feature in the Explorer View of VS Code is not recognizing the h/j/k/l keys. Oddly enough, search works if typing H/J/K/L (seems to ignore vim motion keys when uppercased.)
To Reproduce
Use / to search for a file/folder
Try h/j/k/l to navigate (buggy behavior)
Try H/J/K/L to navigate (proper behavior)
Example:
|--- Folder1
type /l ==> v (lowercased l)
|--- AAA.txt
|--- BBB.txt
|--- CCC.txt
|--- LLL.txt
|--- Folder2
|--- HHH.txt
(Opens AAA.txt, instead of moving focus to LLL.txt)
|--- Folder1
type /L ==> v (UPPERCASED L)
|--- AAA.txt
|--- BBB.txt
|--- CCC.txt
|--- LLL.txt
|--- Folder2
|--- HHH.txt
(Moves focus to LLL.txt, working as expected)
|--- Folder1
type /h ==> v
|--- AAA.txt
|--- BBB.txt
|--- CCC.txt
|--- LLL.txt
|--- Folder2
|--- HHH.txt
(Moves focus to Folder1, instead of moving focus to HHH.txt)
Expected behavior
Expected that h/j/k/l (lowercased) could act as search characters. Instead, when in search mode, h/j/k/l still act as nav keys.
Environment
Extension (VsCodeVim) version: 1.29.0
VSCode version: 1.96.4
OS: Windows 11 Pro (Version 24H2; OS build 26100.2605)
The text was updated successfully, but these errors were encountered:
Describe the bug
The
/
search feature in the Explorer View of VS Code is not recognizing theh/j/k/l
keys. Oddly enough, search works if typingH/J/K/L
(seems to ignore vim motion keys when uppercased.)To Reproduce
/
to search for a file/folderh/j/k/l
to navigate (buggy behavior)H/J/K/L
to navigate (proper behavior)Example:
Expected behavior
Expected that
h/j/k/l
(lowercased) could act as search characters. Instead, when in search mode,h/j/k/l
still act as nav keys.Environment
The text was updated successfully, but these errors were encountered: