We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Big ups on this vgod, but got a little issue.
On hitting 'v' for visual mode I get the error below:
E73: tag stack empty
I am using Ubuntu 10.04 in screen mode. Thanks for any help.
Dami
The text was updated successfully, but these errors were encountered:
maybe you are using vim, and mapped :po you can map like this to fix the issue
:po
map [[ :po<CR>
Sorry, something went wrong.
@greatghoul yep, thanks fixed.
Replaced map <C-[> <ESC>:po<CR> in https://github.com/vgod/vimrc/blob/master/vimrc#L207 with map [[ :po<CR>
<C-[> <ESC>:po<CR>
No branches or pull requests
Hi,
Big ups on this vgod, but got a little issue.
On hitting 'v' for visual mode I get the error below:
E73: tag stack empty
I am using Ubuntu 10.04 in screen mode. Thanks for any help.
Dami
The text was updated successfully, but these errors were encountered: