XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 181 forks source link

Consider <C-W>w for easy jumping #358

Closed ytyubox closed 3 years ago

ytyubox commented 3 years ago

I really like XVim2 and I want to support it. I use split-window a lot and frequently jump between 2 horizontal splits. I understand there has <C-w>h, <C-w>l but I feel stack using them. After a few weeks of struggling, I found this solution: by ignoring a pre-condition in the jump function but it seems a wrong approach.

Maybe because of some Vim/Xcode setting I did not set properly?

Many thanks.

pebble8888 commented 3 years ago

The latest Xcode may not have GENIUS and VERSION mode.

It is merged to develop branch. Thanks.