Do you know of any text editors that are dual paned?











up vote
2
down vote

favorite












.. so I can text side by side without opening many instances?



Thanks!










share|improve this question


















  • 4




    Try Visual Studio Code.
    – Michal Przybylowicz
    Sep 3 at 2:33






  • 1




    ubuntuforums.org/showthread.php?t=1668071 unix.stackexchange.com/questions/44523/…
    – DK Bose
    Sep 3 at 2:38








  • 1




    I googled for 'dual-pane text editor linux'.
    – DK Bose
    Sep 3 at 2:51






  • 1




    emacs can split it's screen horizontally, vertically, both, ... . However, as I recall, there is a significant learning curve.
    – waltinator
    Sep 3 at 5:04






  • 1




    You could try ultra edit or 7edit. I do believe they both have that functionality.
    – Femina Jaffer
    Sep 3 at 13:10















up vote
2
down vote

favorite












.. so I can text side by side without opening many instances?



Thanks!










share|improve this question


















  • 4




    Try Visual Studio Code.
    – Michal Przybylowicz
    Sep 3 at 2:33






  • 1




    ubuntuforums.org/showthread.php?t=1668071 unix.stackexchange.com/questions/44523/…
    – DK Bose
    Sep 3 at 2:38








  • 1




    I googled for 'dual-pane text editor linux'.
    – DK Bose
    Sep 3 at 2:51






  • 1




    emacs can split it's screen horizontally, vertically, both, ... . However, as I recall, there is a significant learning curve.
    – waltinator
    Sep 3 at 5:04






  • 1




    You could try ultra edit or 7edit. I do believe they both have that functionality.
    – Femina Jaffer
    Sep 3 at 13:10













up vote
2
down vote

favorite









up vote
2
down vote

favorite











.. so I can text side by side without opening many instances?



Thanks!










share|improve this question













.. so I can text side by side without opening many instances?



Thanks!







software-recommendation text-editor






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 3 at 2:28









peteubuntu

1181211




1181211








  • 4




    Try Visual Studio Code.
    – Michal Przybylowicz
    Sep 3 at 2:33






  • 1




    ubuntuforums.org/showthread.php?t=1668071 unix.stackexchange.com/questions/44523/…
    – DK Bose
    Sep 3 at 2:38








  • 1




    I googled for 'dual-pane text editor linux'.
    – DK Bose
    Sep 3 at 2:51






  • 1




    emacs can split it's screen horizontally, vertically, both, ... . However, as I recall, there is a significant learning curve.
    – waltinator
    Sep 3 at 5:04






  • 1




    You could try ultra edit or 7edit. I do believe they both have that functionality.
    – Femina Jaffer
    Sep 3 at 13:10














  • 4




    Try Visual Studio Code.
    – Michal Przybylowicz
    Sep 3 at 2:33






  • 1




    ubuntuforums.org/showthread.php?t=1668071 unix.stackexchange.com/questions/44523/…
    – DK Bose
    Sep 3 at 2:38








  • 1




    I googled for 'dual-pane text editor linux'.
    – DK Bose
    Sep 3 at 2:51






  • 1




    emacs can split it's screen horizontally, vertically, both, ... . However, as I recall, there is a significant learning curve.
    – waltinator
    Sep 3 at 5:04






  • 1




    You could try ultra edit or 7edit. I do believe they both have that functionality.
    – Femina Jaffer
    Sep 3 at 13:10








4




4




Try Visual Studio Code.
– Michal Przybylowicz
Sep 3 at 2:33




Try Visual Studio Code.
– Michal Przybylowicz
Sep 3 at 2:33




1




1




ubuntuforums.org/showthread.php?t=1668071 unix.stackexchange.com/questions/44523/…
– DK Bose
Sep 3 at 2:38






ubuntuforums.org/showthread.php?t=1668071 unix.stackexchange.com/questions/44523/…
– DK Bose
Sep 3 at 2:38






1




1




I googled for 'dual-pane text editor linux'.
– DK Bose
Sep 3 at 2:51




I googled for 'dual-pane text editor linux'.
– DK Bose
Sep 3 at 2:51




1




1




emacs can split it's screen horizontally, vertically, both, ... . However, as I recall, there is a significant learning curve.
– waltinator
Sep 3 at 5:04




emacs can split it's screen horizontally, vertically, both, ... . However, as I recall, there is a significant learning curve.
– waltinator
Sep 3 at 5:04




1




1




You could try ultra edit or 7edit. I do believe they both have that functionality.
– Femina Jaffer
Sep 3 at 13:10




You could try ultra edit or 7edit. I do believe they both have that functionality.
– Femina Jaffer
Sep 3 at 13:10










4 Answers
4






active

oldest

votes

















up vote
5
down vote













From my personal experience I can recommend to use Kate (sudo apt-get install kate) - it has many options in View → Split View:



Kate - Split View





Also you can try JEdit (sudo apt-get install jedit), it allows to have splits in View → Splitting:



Jedit - Splitting



or Notepadqq (sudo add-apt-repository ppa:notepadqq-team/notepadqq, sudo apt-get update, sudo apt-get install notepadqq), it has View → Move/Clone Current Document → Move to Other View option:



Notepadqq - Move to Other View



or JuffEd (sudo apt-get install juffed-plugins), it has Move to the right panel and Move to the left panel:



JuffEd






share|improve this answer























  • I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
    – peteubuntu
    Sep 3 at 12:22


















up vote
4
down vote













Another option is Geany, available in the repositories.



Under Tools, click on Plugin Manager and enable Split Windows. The plugin for enabling split windows comes pre-installed.



Plugin Manager



You'll see the Split Window option under Tools.



choosing split windows



And that's it. Of course, you can choose between horizontal and vertical and drag the splitter to resize panes.



Geany in split window mode



Geany, in 18.04, is a gtk3 application and in 16.04, a gtk2 application. So, if your distro is "GNOME-based", you may prefer it as it pulls in very few dependencies.






share|improve this answer





















  • Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
    – peteubuntu
    Sep 3 at 12:24


















up vote
2
down vote













Atom



Atom text editor



Atom is a nice text editor packed with lots of powerful features and extension support, entirely written using Node JS and web technologies.






share|improve this answer




























    up vote
    1
    down vote













    Image of vim text editor with two files open



    Can be done in vim. They are called windows (:help windows)



    Open new file vertically with :vsplit /path/to/file :vs for short. Use only :vs to open the current buffer in another window (so you can look at the same file in another place)



    Open horizontally with :split /path/to/file :sp for short. Using only :sp will open the same file but horizontally



    Ctrl-w will cycle through the open windows. :bn will change to the next buffer in a window. (:bp will go to the previous buffer)



    To close the active window :close



    To dig deeper :help close, :help split, or :help any-command will open the help file in a new window and you can read more about them (:close will close the open window ;) )



    How to close vim from the command line? (For the uninitiated.)



    Note: The "Tab list" on the top is from the airline plugin with the code below added to my .vimrc



    let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers





    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1071512%2fdo-you-know-of-any-text-editors-that-are-dual-paned%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      5
      down vote













      From my personal experience I can recommend to use Kate (sudo apt-get install kate) - it has many options in View → Split View:



      Kate - Split View





      Also you can try JEdit (sudo apt-get install jedit), it allows to have splits in View → Splitting:



      Jedit - Splitting



      or Notepadqq (sudo add-apt-repository ppa:notepadqq-team/notepadqq, sudo apt-get update, sudo apt-get install notepadqq), it has View → Move/Clone Current Document → Move to Other View option:



      Notepadqq - Move to Other View



      or JuffEd (sudo apt-get install juffed-plugins), it has Move to the right panel and Move to the left panel:



      JuffEd






      share|improve this answer























      • I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
        – peteubuntu
        Sep 3 at 12:22















      up vote
      5
      down vote













      From my personal experience I can recommend to use Kate (sudo apt-get install kate) - it has many options in View → Split View:



      Kate - Split View





      Also you can try JEdit (sudo apt-get install jedit), it allows to have splits in View → Splitting:



      Jedit - Splitting



      or Notepadqq (sudo add-apt-repository ppa:notepadqq-team/notepadqq, sudo apt-get update, sudo apt-get install notepadqq), it has View → Move/Clone Current Document → Move to Other View option:



      Notepadqq - Move to Other View



      or JuffEd (sudo apt-get install juffed-plugins), it has Move to the right panel and Move to the left panel:



      JuffEd






      share|improve this answer























      • I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
        – peteubuntu
        Sep 3 at 12:22













      up vote
      5
      down vote










      up vote
      5
      down vote









      From my personal experience I can recommend to use Kate (sudo apt-get install kate) - it has many options in View → Split View:



      Kate - Split View





      Also you can try JEdit (sudo apt-get install jedit), it allows to have splits in View → Splitting:



      Jedit - Splitting



      or Notepadqq (sudo add-apt-repository ppa:notepadqq-team/notepadqq, sudo apt-get update, sudo apt-get install notepadqq), it has View → Move/Clone Current Document → Move to Other View option:



      Notepadqq - Move to Other View



      or JuffEd (sudo apt-get install juffed-plugins), it has Move to the right panel and Move to the left panel:



      JuffEd






      share|improve this answer














      From my personal experience I can recommend to use Kate (sudo apt-get install kate) - it has many options in View → Split View:



      Kate - Split View





      Also you can try JEdit (sudo apt-get install jedit), it allows to have splits in View → Splitting:



      Jedit - Splitting



      or Notepadqq (sudo add-apt-repository ppa:notepadqq-team/notepadqq, sudo apt-get update, sudo apt-get install notepadqq), it has View → Move/Clone Current Document → Move to Other View option:



      Notepadqq - Move to Other View



      or JuffEd (sudo apt-get install juffed-plugins), it has Move to the right panel and Move to the left panel:



      JuffEd







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Nov 12 at 19:11









      mook765

      3,24221022




      3,24221022










      answered Sep 3 at 8:49









      N0rbert

      19k54088




      19k54088












      • I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
        – peteubuntu
        Sep 3 at 12:22


















      • I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
        – peteubuntu
        Sep 3 at 12:22
















      I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
      – peteubuntu
      Sep 3 at 12:22




      I haven't tried Kate but I hear it is top heavy. I'll give it a try, thanks.
      – peteubuntu
      Sep 3 at 12:22












      up vote
      4
      down vote













      Another option is Geany, available in the repositories.



      Under Tools, click on Plugin Manager and enable Split Windows. The plugin for enabling split windows comes pre-installed.



      Plugin Manager



      You'll see the Split Window option under Tools.



      choosing split windows



      And that's it. Of course, you can choose between horizontal and vertical and drag the splitter to resize panes.



      Geany in split window mode



      Geany, in 18.04, is a gtk3 application and in 16.04, a gtk2 application. So, if your distro is "GNOME-based", you may prefer it as it pulls in very few dependencies.






      share|improve this answer





















      • Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
        – peteubuntu
        Sep 3 at 12:24















      up vote
      4
      down vote













      Another option is Geany, available in the repositories.



      Under Tools, click on Plugin Manager and enable Split Windows. The plugin for enabling split windows comes pre-installed.



      Plugin Manager



      You'll see the Split Window option under Tools.



      choosing split windows



      And that's it. Of course, you can choose between horizontal and vertical and drag the splitter to resize panes.



      Geany in split window mode



      Geany, in 18.04, is a gtk3 application and in 16.04, a gtk2 application. So, if your distro is "GNOME-based", you may prefer it as it pulls in very few dependencies.






      share|improve this answer





















      • Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
        – peteubuntu
        Sep 3 at 12:24













      up vote
      4
      down vote










      up vote
      4
      down vote









      Another option is Geany, available in the repositories.



      Under Tools, click on Plugin Manager and enable Split Windows. The plugin for enabling split windows comes pre-installed.



      Plugin Manager



      You'll see the Split Window option under Tools.



      choosing split windows



      And that's it. Of course, you can choose between horizontal and vertical and drag the splitter to resize panes.



      Geany in split window mode



      Geany, in 18.04, is a gtk3 application and in 16.04, a gtk2 application. So, if your distro is "GNOME-based", you may prefer it as it pulls in very few dependencies.






      share|improve this answer












      Another option is Geany, available in the repositories.



      Under Tools, click on Plugin Manager and enable Split Windows. The plugin for enabling split windows comes pre-installed.



      Plugin Manager



      You'll see the Split Window option under Tools.



      choosing split windows



      And that's it. Of course, you can choose between horizontal and vertical and drag the splitter to resize panes.



      Geany in split window mode



      Geany, in 18.04, is a gtk3 application and in 16.04, a gtk2 application. So, if your distro is "GNOME-based", you may prefer it as it pulls in very few dependencies.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Sep 3 at 11:51









      DK Bose

      11.8k113781




      11.8k113781












      • Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
        – peteubuntu
        Sep 3 at 12:24


















      • Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
        – peteubuntu
        Sep 3 at 12:24
















      Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
      – peteubuntu
      Sep 3 at 12:24




      Thank you, I tried geany and liked it but I settled for bluefish as it was a lot more customization. It does have split screen but not sure if that worked however it suited me in different ways. Thank you for your suggestion!
      – peteubuntu
      Sep 3 at 12:24










      up vote
      2
      down vote













      Atom



      Atom text editor



      Atom is a nice text editor packed with lots of powerful features and extension support, entirely written using Node JS and web technologies.






      share|improve this answer

























        up vote
        2
        down vote













        Atom



        Atom text editor



        Atom is a nice text editor packed with lots of powerful features and extension support, entirely written using Node JS and web technologies.






        share|improve this answer























          up vote
          2
          down vote










          up vote
          2
          down vote









          Atom



          Atom text editor



          Atom is a nice text editor packed with lots of powerful features and extension support, entirely written using Node JS and web technologies.






          share|improve this answer












          Atom



          Atom text editor



          Atom is a nice text editor packed with lots of powerful features and extension support, entirely written using Node JS and web technologies.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 3 at 16:16









          Helio

          5,09432750




          5,09432750






















              up vote
              1
              down vote













              Image of vim text editor with two files open



              Can be done in vim. They are called windows (:help windows)



              Open new file vertically with :vsplit /path/to/file :vs for short. Use only :vs to open the current buffer in another window (so you can look at the same file in another place)



              Open horizontally with :split /path/to/file :sp for short. Using only :sp will open the same file but horizontally



              Ctrl-w will cycle through the open windows. :bn will change to the next buffer in a window. (:bp will go to the previous buffer)



              To close the active window :close



              To dig deeper :help close, :help split, or :help any-command will open the help file in a new window and you can read more about them (:close will close the open window ;) )



              How to close vim from the command line? (For the uninitiated.)



              Note: The "Tab list" on the top is from the airline plugin with the code below added to my .vimrc



              let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers





              share|improve this answer

























                up vote
                1
                down vote













                Image of vim text editor with two files open



                Can be done in vim. They are called windows (:help windows)



                Open new file vertically with :vsplit /path/to/file :vs for short. Use only :vs to open the current buffer in another window (so you can look at the same file in another place)



                Open horizontally with :split /path/to/file :sp for short. Using only :sp will open the same file but horizontally



                Ctrl-w will cycle through the open windows. :bn will change to the next buffer in a window. (:bp will go to the previous buffer)



                To close the active window :close



                To dig deeper :help close, :help split, or :help any-command will open the help file in a new window and you can read more about them (:close will close the open window ;) )



                How to close vim from the command line? (For the uninitiated.)



                Note: The "Tab list" on the top is from the airline plugin with the code below added to my .vimrc



                let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers





                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  Image of vim text editor with two files open



                  Can be done in vim. They are called windows (:help windows)



                  Open new file vertically with :vsplit /path/to/file :vs for short. Use only :vs to open the current buffer in another window (so you can look at the same file in another place)



                  Open horizontally with :split /path/to/file :sp for short. Using only :sp will open the same file but horizontally



                  Ctrl-w will cycle through the open windows. :bn will change to the next buffer in a window. (:bp will go to the previous buffer)



                  To close the active window :close



                  To dig deeper :help close, :help split, or :help any-command will open the help file in a new window and you can read more about them (:close will close the open window ;) )



                  How to close vim from the command line? (For the uninitiated.)



                  Note: The "Tab list" on the top is from the airline plugin with the code below added to my .vimrc



                  let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers





                  share|improve this answer












                  Image of vim text editor with two files open



                  Can be done in vim. They are called windows (:help windows)



                  Open new file vertically with :vsplit /path/to/file :vs for short. Use only :vs to open the current buffer in another window (so you can look at the same file in another place)



                  Open horizontally with :split /path/to/file :sp for short. Using only :sp will open the same file but horizontally



                  Ctrl-w will cycle through the open windows. :bn will change to the next buffer in a window. (:bp will go to the previous buffer)



                  To close the active window :close



                  To dig deeper :help close, :help split, or :help any-command will open the help file in a new window and you can read more about them (:close will close the open window ;) )



                  How to close vim from the command line? (For the uninitiated.)



                  Note: The "Tab list" on the top is from the airline plugin with the code below added to my .vimrc



                  let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 12 at 16:50









                  chaptuck

                  604617




                  604617






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1071512%2fdo-you-know-of-any-text-editors-that-are-dual-paned%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How to send String Array data to Server using php in android

                      Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                      Is anime1.com a legal site for watching anime?