We're a place where coders share, stay up-to-date and grow their careers.
On your ~/.vimrc put
set path+=.,**
So then when your cursor is over a file name like /etc/passwd just type gf or Ctrl-w f to open it in a new window.
To get back just type Ctrl-6 (this is a shortcut to alternate file) ":h alternate-file" for more
have a look at: vim-bootstrap.com/
On your ~/.vimrc put
set path+=.,**
So then when your cursor is over a file name like /etc/passwd just type gf
or Ctrl-w f to open it in a new window.
To get back just type Ctrl-6 (this is a shortcut to alternate file) ":h alternate-file" for more
have a look at: vim-bootstrap.com/