How can I swap positions of two open files (in splits) in vim?
Starting with this: ____________________ | one | two | | | | | |______| | | three| | | | |___________|______| Make ‘three’ the active window, then issue the command ctrl+w J. This moves the current window to fill the bottom of the screen, leaving you with: ____________________ | one | two | | | … Read more