Key Binding for the cursor selection by word movement, from ctrl+right and ctrl+left to alt+right and alt+left.
Key Binding for the cursor selection by page up and page down removed.
Keybindings
key
explanation
ctrl+f
move selection cursor right
ctrl+b
move selection cursor left
ctrl+p
move selection cursor up
ctrl+n
move selection cursor down
right
move selection cursor right
left
move selection cursor left
up
move selection cursor up
down
move selection cursor down
alt+right
move selection cursor one word to the right
alt+left
move selection cursor one word to the left
ctrl+a
move selection cursor to start of line
ctrl+e
move selection cursor to end of line
alt+shift+,
move selection cursor to start of file
alt+shift+.
move selection cursor to end of file
ctrl+y
paste and stop selection
ctrl+w
cut and stop selection
alt+w
copy and stop selection
ctrl+space
start region mode
ctrl+g
exit region mode
Compatibility With Other Extensions
It is possible to combine this extension with other cursor movement extensions.
You can use the inRegionMode context flag in the when clause of your keybind to provide different behaviour for region mode vs. cursor mode. The default keybinds are laid out as follows: