-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
Commands List #1
Comments
Ngg says partial but I doesn't do anything for me, after first g, command window clears and I end up with a single g in command (reads: g and...) |
Only BTW, can you open a issue next time? It's better to track. |
I apologize, I saw the command mentioned here so I figured it could be something from on my setup, will do next time! Good job by the way! ;) |
Very nice work @aioutecism. I'm attempting to move from Atom to VSCode and need my vim bindings :). I too tried the other extensions out there and yours is clearly the best out there. A good bit of my daily muscle memory actions are already present. I do use text objets quite a bit though ( |
@techniq |
Awesome. If i get some time, I'll try to dig in and take a look. |
Great work. Really needing Ctrl+C at the moment, might give it a stab. I'd also like to see Ctrl+[ implemented as well (should be the same as Ctrl+C/Esc http://vim.wikia.com/wiki/Avoid_the_escape_key). |
|
Well done, so much better than the other VIM options out there for VSCode. Thanks! |
Just wanted to say thank you for this. I had to use VS Code on my current project and without this plugin it would be a nightmare! |
Hi, Really like the plugin, and VS Code too, spent a long time wishing Vim was an IDE and even longer trying to get it to act like one, All I really wanted was faithful Vim keybinding in a modern editor / IDE |
@davnustratbac |
Hmm. Marking doesn't seem to work, e.g. 'ma' (mark a) puts me in append mode. Please advise. |
@rbemis Sorry, "marks" is not supported yet. Please wait for the update. |
Hi there, thanks for this great plugin. I find it much snappier and more bug free then another vim vscode plugin that I was using. There are some commands that I use a lot that are missing for me: |
@priort The features are on the road map. But since this is a side project, I can’t say if they will be available in the near future. Please be patient or submit PRs if you like! |
Great, thanks a million. |
I noticed you did not add visual block mode, CTRL-V while in normal mode. Is this intentional? |
@kroppt |
@aioutecism any ideas as to why no |
Hi @pertrai1, Do you have the You can refer the settings here: |
@aioutecism I have not changed it so I figuring it should be set to true |
@pertrai1 Currtently these
|
@aioutecism perfect, I will open the issue |
Selected from quickref of neovim.
N
is used to indicate an optional count that can be given before the command.Left-right motions
<BS>
, or<Left>
key)<Space>
or<Right>
key)<Home>
key)<End>
key)Up-down motions
<Up>
)<Down>
)<CR>
)Text object motions
Pattern searches
Marks and motions
Various motions
([{
now)Scrolling
<CR>
or ztInserting text
<Insert>
)Insert mode keys
<Esc>
<Esc>
, but do not use an abbreviation<End>
<Home>
Special keys in Insert mode
<CR>
<BS>
<Del>
Deleting text
<Del>
<EOL>
s)Copying and moving text
Changing text
{visual}P
)Visual mode
Text objects (only in Visual mode or after an operator)
<aaa>
to</aaa>
)<aaa>
to</aaa>
)Repeating commands
Undo/Redo commands
Folding commands
Various commands
<Del>
Multi-window commands
The text was updated successfully, but these errors were encountered: