How to open multiple instances of gedit
In general, gedit opens new files in the same window adding a new tab to the workspace. To open a file in a separate instance or window of gedit is easy.
Once you have a file opened as a new tab, just right click the tab containg the file which you wanted to be opened in new window and select “move to new window”. It should open file in new window.
Alternately, you can use gedit –new-window command in console to open a new instance of gedit.
Possibly Related posts:
- Getting a way around the “No protocol specified, …cannot open display:0.0″ message
After doing sudo su - (to give myself root privileges) when I tried editing a file using gedit info.txt it would show me the following... - Adding php syntax highlight support to more extensions in gedit
Locate php.lang file and edit it locate gtksourceview | grep /php.lang Now i did sudo gedit /usr/share/gtksourceview-2.0/language-specs/php.lang as location of my php.lang file was /usr/share/gtksourceview-2.0/language-specs/... - How to find or generate a SSH key on Linux system
To find or generate a SSH key on Linux system Check for existing SSH keys on your computer. Skip to Step 4 if you already... - How to install Adobe AIR application installer in Ubuntu
I just installed Adobe AIR in my Ubuntu system and installed a AIR application thereafter . Here’s the process: Go to http://get.adobe.com/air/ to download a Adobe... - Creating new virtual hosts in Ubuntu/Linux
In KUbuntu i wanted to make virtual host localhost.example.com working on my local machine what it worked like on Windows 7 earlier. I am posting...
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.





