-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Using vim keybindings enabled (I've seen it happen without vim, but harder to repro?)
1. Open a…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.4.1
**System**: Mac OS X 10.10.5
**Thrown From**: [jspm-dev-buddy](https://github.com/capaj/jspm-dev-buddy) package, v0.1.1
### Sta…
-
Originally [reported](https://forum.obsidian.md/t/vim-normal-mode-cursor-disappears-when-moving-over-multi-codepoint-emoji/67931) as an issue w/ Obsidian.
## Steps to Reproduce
Using [sandbox edit…
-
When I in insert mode ,I press `` ,there was a error like
```
Error detected while processing /Users/shanhuhai/.vim/bundle/vim-snipmate/autolo
ad/snipMate.vim:
line 9:
you're missing tlib. See ins…
-
The post-search highlighting is chaotic
![image](https://github.com/user-attachments/assets/a69fbd66-17fb-4809-83f7-7ae78b9b5f59)
Highlighting confusion I installed the recommended word segmentation…
-
### Steps to reproduce
1. Start vim with following vimrc:
```vim
set virtualedit=block
function s:virt() abort
let [pos1, pos2] = [getpos('v'), getpos('.')]
echomsg #{ from: 'virt', arg: […
-
Everything works fine except the cursor remains the same when switching from normal mode to the insert mode inside vim in a nested tmux session (i.e. doesn't become vertical rather than flat as in nor…
-
### Description
As the title says, After running `toggle_word_diff` and then `toggle_line_hl`, word_diff highlight get shadowed by line_hl, after running `toggle_line_hl` again, word_diff highlight…
-
**Describe the bug**
It isn't necessary to press the leader key to activate the command once it has been mapped in either normal or insert Vim modes.
A couple of observations:
1. Only mappings wi…
-
Python mode for Vim has some nice semantic [motions](https://github.com/klen/python-mode/blob/develop/doc/pymode.txt#L165) for Python such as:
> ```
> [M Jump to previous class or method (normal, …