DEV Community

Discussion on: Execute command line commands from inside vim

Collapse
 
jakehamilton profile image
Jake

Should note that :term is also a very useful command! You can move around in the terminal buffer like you'd expect in vim which makes it really convenient to have a full terminal that can easily move text between files and the shell.

Collapse
 
iggredible profile image
Igor Irianto

You're right! The terminal command :)
I like how we can still switch to normal mode while in :term, giving us more power!