You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To work on lines wider than the screen in a sane way I have remapped j and k as follows
nnoremap j gj
nnoremap k gk
nnoremap gj j
nnoremap gk k
This plugin however breaks these mappings when wrap is set. To reproduce insert some long lines into a buffer and add the remappings shown above. Without loading the plugin press j, it moves to the next visual line. Then load the plugin and press j, it moves the cursor to the next physical line.
The text was updated successfully, but these errors were encountered:
To work on lines wider than the screen in a sane way I have remapped
j
andk
as followsThis plugin however breaks these mappings when
wrap
is set. To reproduce insert some long lines into a buffer and add the remappings shown above. Without loading the plugin pressj
, it moves to the next visual line. Then load the plugin and pressj
, it moves the cursor to the next physical line.The text was updated successfully, but these errors were encountered: