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
When I use this "find . -type f | html-tool tags title | vim -" and want to go to title file with this command:
" grep recursively for word under cursor
nmap g :tabnew|read !grep -Hnr ''
it always ended with this:
:tabnew|read !grep -Hnr Example
shell returned 1
Press ENTER or type command to continue
and this error on the new tab: grep: (standard input): Bad file descriptor
The text was updated successfully, but these errors were encountered:
When I use this "find . -type f | html-tool tags title | vim -" and want to go to title file with this command:
" grep recursively for word under cursor
nmap g :tabnew|read !grep -Hnr ''
it always ended with this:
:tabnew|read !grep -Hnr Example
shell returned 1
Press ENTER or type command to continue
and this error on the new tab: grep: (standard input): Bad file descriptor
The text was updated successfully, but these errors were encountered: