is it possible to split screen in vim/vi with terminal -


is there way split screen inside vi/vim 1 screen terminal?

p.s solutions of installing new text editors , such wont me

there's no way without plugin. here couple of ways similar functionality.

  • use tmux, or terminal window manager. in response p.s., tmux not text editor. allows split terminal screen, still using vim text editing.
  • you can run terminal commands , view output inside vim. run command, preface exclamation point. example, if run :!ls within vim, see list of files in current directory. other commands such :!pwd or :!git add * work. if want read output of command current vim buffer can use read command. example, if run :read !ls vim enter list of files in current directory current buffer @ cursor position.

Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

unity3d - Fatal error- Monodevelop-Unity failed to start -