Six
Six copied to clipboard
New and improved Vim emulation for Sublime Text
"Site not configured".
While typing text in insert mode with the `auto_indent` setting enabled, Esc immediately following the creation of a new auto-indented line (via Enter/Return) will leave behind whitespace. With Vim, all...
Note: Ctrl+d/Ctrl+u should not move the cursor position until hitting a boundary.
Currently if you search for a symbol with `@` search like so: It will select the entire line like so: This is annoying because now I can't immediately do `/`...
Currently if I do `dt ` it won't delete from current location to space as vim should do. Same goes for `df `. Six doesn't recognize space as object it...
To replicate: 1. open any file 2. press cmd+a 3. press y You should get entire file in clipboard but you only get the top line.
To reproduce, type this: ab acEnter aTab Instead of inserting a literal tab character, the editor will instead autocomplete the "a", switching between "ab" and "ac" if you keep pressing...
There is a vim plugin called [easymotion](https://github.com/easymotion/vim-easymotion) that lets you move through code using nice bindings. I don't use vim but use VSCode with [Vim](https://github.com/VSCodeVim/Vim) and it has an implementation...
It would be nice to be a able to map a command in Six's command mode to a Sublime command This would solve #236, and also be nice for linters...
- [ ] `:qa`: closes every file (maybe simply running `close_all`) - [ ] `:wqa`: writes and closes every file (`save_all` and then `close_all`)