Showing posts with label window. Show all posts
Showing posts with label window. Show all posts
14 May 2022
10 May 2022
How to split a window and let the new window be on the right or below?
:bel(owright) {command}
e.g.
:bel sp {filename}
:bel vs {filename}
:bel new {filename}
Understanding buffers, windows and tabs in vim
https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/
08 May 2022
How to split window and open terminal in vim?
https://dev.to/mr_destructive/vim-terminal-integration-4pfp
^w v
To split window vertically. (the same file is opened in the new split window.)
^w l
To go to the newly split windows on the right
:term
To open a terminal. (The window on the right split horizontally, and the terminal window is on the top.)
^w j
To go to the split window below the terminal window
^w c
To close the window below the terminal window
31 January 2022
How to split windows in vim, or say how to use viewport in vim?
How to split windows in vim, or say how to use viewport in vim?
https://www.linux.com/training-tutorials/vim-tips-using-viewports/
10 October 2021
How to Install a Desktop (GUI) on an Ubuntu Server
How to Install a Desktop (GUI) on an Ubuntu Server
https://phoenixnap.com/kb/how-to-install-a-gui-on-ubuntu
https://phoenixnap.com/kb/how-to-install-a-gui-on-ubuntu
Subscribe to:
Posts (Atom)