This applies both to vim motions in general, but also my own nvim setup
Deleting
Delete until char
This will delete up until the specified character forwards.
dt<char>
Delete backwards
dT<char>
Delete until word
This will delete all character up until the specified <word>.
d/<word>
Navigate between panes
<C-w><Left>
<C-w><Right>