Basic tmux Tutorial - Windows, Panes, and Sessions over SSH

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 377

  • @thyagtubes
    @thyagtubes 4 года назад +164

    Create a new horizontal pane : ctrl + b + "
    Create a new vertical pane : ctrl + b + %
    Switch between panes : ctrl + b +
    Shut a pane : ctrl + b + x

    • @sylvaniathehacker
      @sylvaniathehacker 4 года назад +16

      Shut a pane: ctrl + d

    • @nathantoulbert4406
      @nathantoulbert4406 4 года назад +5

      For moving between panes, you can also use the arrow keys. For iindow management, I use the number keys. For example Ctrl + B + 3 will switch you to window 3.

    • @rilian226
      @rilian226 3 года назад +3

      or you can add these nice key binds to .tmux.conf in your home folder and have | be vertical and - be horizontal...I find it easier to remember...:
      bind | split-window -h -c '#{pane_current_path}' # Split panes horizontal
      bind - split-window -v -c '#{pane_current_path}' # Split panes vertically

    • @SohailKhan-ll9kh
      @SohailKhan-ll9kh 3 года назад +1

      Yall are men of god. THANKS!!!!

    • @LandCruisin
      @LandCruisin 3 года назад +2

      you guys are the best!

  • @stryker2k2
    @stryker2k2 2 года назад +30

    8 years later and this video is still relevant! Thanks a ton!

    • @tutoriaLinux
      @tutoriaLinux  2 года назад +4

      Haha can't believe it's been that long. Yeah I try to make videos on things that won't go out of style.

    • @elnurvalikhanli6783
      @elnurvalikhanli6783 2 года назад

      @@tutoriaLinux Hey Dave, but right now SuperPutty is the one I use, more user friendly

  • @kareemjeiroudi1964
    @kareemjeiroudi1964 6 лет назад +4

    It is indeed revolutionary. Before discovering tmux, I was like I had no idea how to keep my GridSearch running for hours and hours. Tmux saved my life 😅. Seriously, one of the best tools ever made.
    Thanks for this brief and rapid introduction to tmux! And thanks for providing a cheatsheet.

  • @djjfresco
    @djjfresco 9 лет назад +9

    Thank you so much for this! I can't tell you how many tmux videos i've seen were the person just walks through their work flow, making all these cool things happen, and never, ever once talk about the commands they used to make tmux so sweet. This is awesome! I'll certainly be using tmux more often thanks to you.

  • @AMM0beatz
    @AMM0beatz Год назад +1

    Thanks for this video. We were asked to start using tmux at work, but never really understood how it works. This is amazing.

  • @Ovatsug-0x0539
    @Ovatsug-0x0539 8 лет назад +247

    Hey, to split into two panes horizontally, you can do Ctrl-b "
    No need for named commands.

    • @michgingras
      @michgingras 7 лет назад +3

      thank you !

    • @MaxCoplan
      @MaxCoplan 5 лет назад +8

      I feel like % should be horizontal split and “ for vertical split. Well, I can always remap it

    • @csbnikhil
      @csbnikhil 4 года назад

      @@MaxCoplan Yeah, totally makes sense!

    • @beagleonvodka
      @beagleonvodka 4 года назад

      Thanks

    • @3niknicholson
      @3niknicholson 4 года назад +4

      @@MaxCoplan I feel like - should be horizontal and | vertical ;-)

  • @PianoSmooth
    @PianoSmooth 4 года назад +8

    While on a tmux session with multiple split screens, you can change the current screen width and height holding ctrl+b+direction arrow. For example, ctrl+b+left arrow expands the window towards the left.

  • @ventures9560
    @ventures9560 5 лет назад +1

    I couldn't even make it to the end of the video before I had to make this comment to you...
    You are the best ever! EvER EVER EVER!! This video (videos I'm sure) is the single, best-video-ever-made! I don't know where you came from man but you're the best ever cause you tell us just exactly what we want to know and in a way that your viewers leave knowing how to do things. I don't learn from any just way things are presented but you really deliver.
    I hope you never stop sharing with us man. Thanks a whole bunch.
    You have a good one now..

  • @mehdiSupp
    @mehdiSupp 8 лет назад

    "And because I'm a slave to trend, and only about the approval of others, I simply started using tmux as well" XD I appreciate your honesty !

  • @BlueGlassesVIDS
    @BlueGlassesVIDS 7 лет назад

    I made it halfway through your course now and it was so helpful, now i signed up for the udemy course as well - 10 bucks is a steal ! You're doing great work, thx for everything.

  • @TommyCarstensen
    @TommyCarstensen 7 лет назад +23

    Use ctrl-b + d to detach from session as explained at 9:09. This is what I came for.

    • @phungdaoxuan99
      @phungdaoxuan99 2 года назад

      that's the only important thing for me now too :))

  • @riyazmdpechu
    @riyazmdpechu 9 лет назад +72

    CTRL + B followed by " splits horizontally. Welcome!

    • @zelven6109
      @zelven6109 5 лет назад +2

      i see what you did there

  • @QWEEKEN73
    @QWEEKEN73 Год назад

    You broke this down in a super digestible way, thanks! As a dev I’m looking to move more towards the terminal. I don’t find myself shelling in to servers very often, but this makes it feel like your not bashing around inside of a black void somewhere ha! Giving it a shot!

  • @MajidFouladpour
    @MajidFouladpour 5 лет назад +2

    Thank you for the good intro!
    I found the man page for tmux unlike most other man pages very clear and readable. It also has a complete list of key bindings. And here is a small trick I learned somewhere that allows you get the man page for any topic into a nice PDF file:
    man -t tmux | ps2pdf - ~/tmux.pdf
    The above converts tmux man page to postscript format and then feeds that to ps2pdf to convert the ps to pdf and save it in the home directory of the user under tmux.pdf name.

    • @genkiferal7178
      @genkiferal7178 2 года назад

      is there a way to get it into .rtf or .md or odt?

  • @LeoraMarciano
    @LeoraMarciano 8 лет назад +3

    Thanks for this tutorial
    As a screen user I definitely wanted to join the cool kids. It took me a good few minutes to figure out that I have to release the "ctrl" button before pressing the command button :)

  • @otewer
    @otewer 8 лет назад +15

    Instead of `tmux list-sessions` - which is wa-a-a-a-y too long - you can use `tmux ls`.
    Also if you only have a single session, then there is no need to explicitly give the session name, just do `tmux attach`.
    Screen steals 'ctr+a' which is the default shortcut for 'move-to-beginning-of-line' - I use it all the time, so this is enough reason to switch to tmux.
    Thanks!

    • @刘桂玉-w9b
      @刘桂玉-w9b 5 лет назад

      which key is column ? how to get the command line in 6:46?

  • @AmazzzingZEUS
    @AmazzzingZEUS 2 года назад

    Hey man, this is one of the best tmux tutorial I've seen so far. Subscribed!

  • @bishboshi
    @bishboshi 9 лет назад +1

    Thank you, thank you, thank you! I thought learning tmux would be a pain in the ass, I used byobu for so many years. Now i'm up and running on tmux in 10 mins.

  • @samuraijack5919
    @samuraijack5919 4 года назад +12

    Basic tmux Tutorial - Windows, Panes, and Sessions over SSH
    My Notes
    What does tmux allow you to do?
    (terminal multiplexer)
    - Share shell sessions
    - multiple tabs/panes open (lets you work on many sessions)
    - lets you work on remote machines
    - can detach/re-attach from sessions (won't kill process when you exit)
    -
    When you start tmux and type ctrl-b , what does that tell the shell?
    This command is not for the shell, it is for tmux
    ctrl-b is the prefix
    ex: ctrl-b c means to open a new window
    -
    What does this do in tmux:
    ctrl-b ,
    This will allow you to rename the window.
    -
    In tmux, how do you switch from one window to the next/previous?
    (what ctrl-b command)
    ctrl-b n for the next window
    ctrl-b p for the previous window
    -
    How do you create a window in tmux?
    (what ctrl-b command)
    ctrl-b c creates a new window
    -
    How do you list the open windows in tmux?
    (what ctrl-b command)
    ctrl-b w list the open windows
    (scroll-able select-able list)
    -
    What are panes in tmux?
    You can split each window that you are in vertically or horizontally.
    -
    What is the default tmux command to split a window vertically??
    (what ctrl-b command)
    ctrl-b % will let you split the window vertically
    -
    What do you do to horizontally split the window you are in?
    ctrl-b :
    then type
    split-window
    -
    How do you create a tmux session?
    (what command)
    tmux new -s sessionname
    (that is how you create a new session called sessionname)
    -
    How do you detach from a session?
    (what ctrl-b command)
    ctrl-b d
    This will detach you and keep the session running
    -
    What will this command do on tmux:
    tmux list-sessions
    It will show you open sessions on a server
    -
    What would this command do:
    tmux attach -t sessionname
    It would re-attach you to a running session in tmux (on a server)
    Tell me if there is anything that I missed. I hope you have a great day and be safe.

    • @shanebagel
      @shanebagel 4 года назад

      You're a god

    • @erikprantare696
      @erikprantare696 4 года назад

      ssh is what allows you to work on remote machines. Other than that, looks good

    • @noahark4832
      @noahark4832 2 года назад

      How to shut each pane?

  • @shadteague4262
    @shadteague4262 4 года назад +2

    I also am a slave to trends and only care about the approval of others...lol Thank you for the videos! I'm a Windows Systems Engineer learning Linux. This is really helping!

  • @ramachandra786
    @ramachandra786 4 года назад

    Your video lesson made my life easier to get grip on tmux. Thank you brother.

  • @Aphsinthys
    @Aphsinthys 8 лет назад

    I didn't believe there was no shortcut for horizontal split so I checked on another website, but I see you added it to the list.
    Thanks for this nice tutorial Ctrl-Bro

  • @eahere
    @eahere 8 лет назад +4

    You're doing it right showing that annotation in the beginning. Thank you!

    • @Neceros
      @Neceros 8 лет назад +2

      You still use annotations? Holy shit. I've had those off for yeeeears.

    • @eahere
      @eahere 8 лет назад +1

      Neceros You must be subscribed to a lot of shit channels :P

  • @lancewilson6129
    @lancewilson6129 8 лет назад

    Too Funny. I enjoyed your sense of humor. Laughed a lot and learned even more. Am going to sub. Thanks for your help. Big-time newbie. Trying to survive a class in Linux SysAdmin.
    Almost 60 now and not too bright... Sure have appreciated your vid's. TY... Hoping to pass my first class of my first semester. Lot of work ahead. Tech has really passed me by. Thanks again.

    • @tutoriaLinux
      @tutoriaLinux  8 лет назад

      Don't be so hard on yourself! This stuff can get pretty complicated, but just about anyone can learn it if they're interested. And you definitely sound interested. So have fun, go at your own pace, and remember to experiment and play around with everything yourself!

  • @Dergeick
    @Dergeick 9 лет назад

    Just started using tmux, really useful stuff. This video covers the basics nicely.

  • @willemjohannes9007
    @willemjohannes9007 Год назад

    This is life changing for me - thank you for such a straightforward explanation.

  • @nathantoulbert4406
    @nathantoulbert4406 4 года назад +3

    Technically, I think the control + b shortcut is meant to be a shorthand for "tmux" in the actual commands. Anywhere you would see a "tmux" in the long hand commands, there is a Ctrl + b in the hotkey version.

  • @parthec1
    @parthec1 3 года назад

    this was my 1st tmux video, and i really learnt a lot,thank u soo much for posting such videos,,,

  • @Nirajkantisamal
    @Nirajkantisamal Год назад

    I am using tmux for the 1st time. And this video is really helpful

  • @SeanMacdonald_CodeMonk
    @SeanMacdonald_CodeMonk 10 лет назад

    the tone of disgust when you discovered htop was not installed was just priceless!

    • @tutoriaLinux
      @tutoriaLinux  10 лет назад

      When I discover that htop isn't installed on a machine I happen to be sitting on, it's a terrible moment that makes me question the sanity of a universe that would allow such an offense against all that is Good and Right. Or something. :-D

    • @SeanMacdonald_CodeMonk
      @SeanMacdonald_CodeMonk 10 лет назад

      tutoriaLinux well i am glad to finally know enough about tmux to use it in my workflow, and especially glad to not have to keep my laptop running overnight just because i'm tarballing logs or whatnot

  • @AlPha-bk8fl
    @AlPha-bk8fl 6 лет назад

    You are a talented teacher. Superbly well explained. Patreon donation incoming.

  • @pallavbakshi612
    @pallavbakshi612 4 года назад +1

    *Summary* 👀
    Window index labeling starts from 0 not from 1.
    ✅ -> covered in this video.
    # ✅ Create a new session
    _$ tmux_
    # ✅ Create a new session with name
    _$ tmux new -s _
    # ✅ Attach to a particular session
    _$ tmux attach -t _
    # ✅ Detach from a session
    _ d_
    # Rename a session
    _$ tmux rename-session -t _
    # List of sessions
    _$ tmux ls_
    # Killing a session
    _$ tmux kill-session -t _
    # ✅ Create a new window
    _ c_
    # ✅ Go to next window
    _ n_
    # ✅ Go to previous window
    _ p_
    # ✅ List windows
    _ w_
    # Go to window by number; here Window 0
    _ 0_
    # ✅ Close a window
    _exit_
    # ✅ Rename a window
    _ , _
    # ✅ Create a new pane (vertical split)
    _ %_
    # ✅ Create a horizontal pane
    _ "_
    # ✅ Close a pane
    _exit_
    # Move to left/right pane
    _ _
    _ _

  • @dibbyo456
    @dibbyo456 4 года назад

    I have been using "screen" for a very long time but "tmux" seems very powerful and has lots of features.

  • @TimothyBramlett
    @TimothyBramlett 9 лет назад +5

    Learned a lot from this video! htop blows my mind as well!

  • @sonasondarasaesaria1941
    @sonasondarasaesaria1941 3 года назад

    hi, thanks for the tutorial! I'm new to tmux, after watching your video, now I'm ready to use it , thanks again :)

  • @smudgepost
    @smudgepost 5 лет назад

    Super-super handy, can't believe I've not used tmux!

  • @damiendivittorio6973
    @damiendivittorio6973 8 лет назад

    Thanks for your videos! Keep them coming... Really like this whole series. I have a topic suggestion - I would really like to understand more how and where to compile things from source in Linux (using make make-install ...) . As a life-long Windows user this entire concept is intimidating and confusing. In an earlier video you discussed where things should go on the system and briefly mentioned make I think a short series on the topic would be helpful to many. Cheers!

    • @damiendivittorio6973
      @damiendivittorio6973 8 лет назад +1

      My bad... Just found your video on this topic!

    • @tutoriaLinux
      @tutoriaLinux  8 лет назад

      +Damien Di Vittorio No prob at all! For anyone else who's interested, here's the original video: ruclips.net/video/uRQ4QBegur8/видео.html
      I also have a newer video covering this compiling/installing process using tarsnap as the example -- that's in the new Udemy course.

  • @darkmagusbr1
    @darkmagusbr1 8 лет назад

    Thanks! I usually don't comment any youtube video, but you deserved it! thanks a lot.

  • @echhit
    @echhit 5 лет назад +1

    I could finally go home in time without babysitting my local device haha! great tutorial :)

  • @videogamesare1
    @videogamesare1 5 лет назад +1

    This is super helpful in understanding the value of tmux. Thank you man!

  • @Trvgn
    @Trvgn 7 лет назад +1

    This is amazing, I didn't know it. I use terminator for the shell, just because I can split windows as I please, but this gives you many more options! Thanks!

    • @Joe-zg9eq
      @Joe-zg9eq 2 года назад

      I would recommend you try Alacritty once, very customisable and quite lightweight

  • @SiddhantEkale
    @SiddhantEkale 5 лет назад

    Awesome quick demo of the most useful features! thank you!

  • @ElectricRCAircraftGuy
    @ElectricRCAircraftGuy 4 года назад +1

    Starting at 7:28, how did you close all those shells? You don't explain what your'e doing there. :(

  • @SP30305ATL
    @SP30305ATL 9 лет назад

    I'm an old screen user just learning about this cool new tmux all the cool kids are using--nice video. It would be handy if you add a link to the next video in your description.

  • @shawnerz98
    @shawnerz98 7 лет назад +11

    I want to be a cool kid and I seek the approval of others. So, I will be using tmux! ;-)

  • @bonnieng246
    @bonnieng246 6 лет назад +2

    haha i like it when he said '..because i'm a slave to trends and care only about the approve of others'

  • @notjulesatall
    @notjulesatall 8 лет назад

    Clear and concise, as we like it. Thumbs up !

  • @sirbobbyuk
    @sirbobbyuk 9 лет назад

    After some playing around with the key function it click on what i needed to do to make new screens and split the screen within a screen. great video look forward to more tutorial

  • @MeFuture101
    @MeFuture101 5 лет назад +5

    Accessing through my Mac and hit an issue with - tmux: invalid LC_ALL, LC_CTYPE or LANG, so it seems running these commands on the client should fix the locales.
    export LC_ALL="en_US.UTF-8"
    export LC_CTYPE="en_US.UTF-8"
    sudo dpkg-reconfigure locales

  • @johndubchak
    @johndubchak 5 лет назад

    Thanks, succinct to the point with the requisite amount of overload. I love it!

  • @2ofdee
    @2ofdee 5 лет назад +1

    oh wow cool video, thanks :) i was struggling with nohup, but this looks like 100 times better

  • @laughingdog0
    @laughingdog0 7 лет назад +1

    That was phenomenally helpful! Thanks for posting this!

  • @VeugeClavijo
    @VeugeClavijo 9 лет назад +16

    to break vertically a pane it's better to use the command Ctrl + b + "

    • @Duduluk96
      @Duduluk96 9 лет назад

      +Veuge Clavijo I guess you refer to breaking a pane horizontally which is the command you mentioned :D
      was already said by +riyazmdpechu before ;)

  • @singsarav
    @singsarav 4 года назад

    Excellent tutorial. I have learnt something amazing new features today

  • @Kah0ona
    @Kah0ona 8 лет назад +5

    Haha, because i'm a slave to trends and only do what other approve, i use tmux. great vid.

    • @tutoriaLinux
      @tutoriaLinux  8 лет назад

      +Marten Sytema :-D

    • @shadoninja
      @shadoninja 8 лет назад

      +Marten Sytema Hey in the tech world, there is nothing wrong with that. Using what is popular makes you massively marketable.

    • @Kah0ona
      @Kah0ona 8 лет назад

      haha yeah i know. We invent buzzwords then learn them to recruiters and then we spam them with those same words and they know 'hey that's a good guy/girl'

  • @tkorkunckaya
    @tkorkunckaya 4 года назад

    If you are going to run a command in the foreground which will continue 4 hours, use screen. By the way I am the cool guy using Linux for more than 25 years, it is the gnu/screen you are already trying to teach people. All the shortcuts are screen command, and you can run them without any multiplexer or what so ever. Damn everybody is a Linux specialist now.

    • @tutoriaLinux
      @tutoriaLinux  4 года назад

      Different strokes for different folks! There's no *right* tool for this little job.

  • @julio_playa
    @julio_playa 8 лет назад +1

    This has literally changed my life!! Thanks so much !!!

  • @andrewminhnguyen9446
    @andrewminhnguyen9446 4 года назад +1

    Thanks for the tutorial! The docs aren't so great for a beginner, and I was intimidated by the idea of tmux... Thanks for making it simple and accessible!

  • @gylarhsnikos2464
    @gylarhsnikos2464 5 лет назад

    thanx man i looking for a days to find a tutorial like yours now a learn to use tmux beter for terminator

  • @linuxcow9870
    @linuxcow9870 10 лет назад

    Good explanation , thank you , fontsize big enough to see
    on tablets with smaller screens .
    I've subbed

  • @csc111vs
    @csc111vs 8 лет назад

    Awesome tutorial. It helped me to start using tmux.

  • @pablorodrigues9811
    @pablorodrigues9811 3 года назад

    Hey, David! Thank you for this great video! 2021 and the video is really up to date yet :) (from Brazil)

  • @kylegaijin
    @kylegaijin 4 года назад

    "Because I care only about the approval of others..." buwahahaha.... I gave a thumbs up to this video for that comment alone.

  • @darwaydrum1683
    @darwaydrum1683 6 лет назад

    Ok closing the pane, ctrl+d. Got my question clarified from below.

  • @KrishnaKantSharma1618
    @KrishnaKantSharma1618 10 лет назад +7

    Nice tutorial. It helped. Thanks.
    For me 'Ctrl-b "' works for splitting window horizontally.

  • @YuriNiitsuma
    @YuriNiitsuma 6 лет назад

    Nice presentation of tmux. Almost a month using and I'm don't know of session thing. Thanks. sorry for my english

  • @tiavee
    @tiavee 9 месяцев назад +1

    Okay, now I know it's ctrl b, release, then d. It's not ctrl b + d at the same time.

  • @erichanko
    @erichanko 7 лет назад

    Awesome tutorial man. This changes everything. Thank you.

  • @donnypodcast
    @donnypodcast 3 года назад

    Ctrl-b " works as a shortcut for cutting the window horizontally into two panes.
    ctrl-b, then the double quote.

  • @ethanmichaels485
    @ethanmichaels485 8 лет назад +1

    Thanks for posting this tutorial. It's very helpful.

  • @jollyonair
    @jollyonair 9 лет назад

    In screen Ctrl+a: c to create a new window, d to detach, n for next and p for previous so it seems it has similar commands.
    I typically screen -x (to rejoin a screen session) to keep a tab on updates or other tasks running on my servers. Obv, reboot kills the screen session. BTW, screen -ls (IIRC) will list all screen sessions...back in the day I'd keep one for irssi (perma on), one for updates and then others for whatever other crap I was doing or testing out. When done, just detach session and then close the shell, knowing I can log in from anywhere else and rejoin that exact same session.
    In saying all that, I do like the pane option for working on multiple files and "seeing" differences without just running diff...yeah, I'm weird like that, so thanks for the vid mate.

    • @jollyonair
      @jollyonair 9 лет назад

      Thanks for your videos too! This is video 24 or 25 and while I'm no professional sysadmin, I'm learning lots from both you and Eli The Computer Guy...one day I will be...one day...unless of course I change my mind :P

  • @windingpath
    @windingpath 5 лет назад

    Fantastic, this is exactly what I am looking for. Thanks for the vid.

  • @shihabkhan3218
    @shihabkhan3218 7 лет назад

    Wow, thanks for the tutorial. It's really fast and amazing!

  • @SergiiStarodubtsev
    @SergiiStarodubtsev 9 лет назад +26

    from 3:25 min explanation is starring :) other than that nice talk

    • @tutoriaLinux
      @tutoriaLinux  9 лет назад +16

      +Sergey Starodubtsev Thanks, I always like to blab about context, history, theory, and a million other things before starting the tutorial. Thanks for the timestamp :-D

    • @broc7968
      @broc7968 8 лет назад +1

      +Sergey Starodubtsev To split vertically use the shortcut Ctrl-b " instead of :split-window

  • @genkiferal7178
    @genkiferal7178 2 года назад

    You have such a cute, witty personality

  • @OttoFazzl
    @OttoFazzl 7 лет назад +24

    How did you shut a pane at 7:07?

    • @robsosno
      @robsosno 7 лет назад +14

      I think that plain ctrl-d was used. At least it works for me.

    • @talanky
      @talanky 7 лет назад +2

      Thanks!

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад +2

      Yep, ctrl-d to log out of the shell, which automatically closes the pane.

  • @adventfriar
    @adventfriar 8 лет назад

    Thanks for the video! Exactly what I was looking for.

  • @chandrabhatt
    @chandrabhatt Год назад

    Thanks a lot for making this video. Appreciated!!!

  • @pbarganski
    @pbarganski 8 лет назад +1

    Well presented great tutorial and super useful. Thanks!

  • @GiglioFava
    @GiglioFava 9 лет назад +5

    FYI, if you're going to start a long-running process (like the four-hour backup mentioned), you probably just want to run it under nohup. Check the man page for details.
    Also, there is a default keybinding for horizontal split: ^b "

    • @tutoriaLinux
      @tutoriaLinux  9 лет назад +3

      Raymond Brinzer Yeah, I still flinch when I hear myself using that example in this video. First thing that came to mind and all that.

  • @amancera64
    @amancera64 9 лет назад

    Wow, thanks, it couldn't be easier and faster :)

  • @CarthagianTraveler
    @CarthagianTraveler 8 лет назад +2

    Great Tutorial. I had to thumbs up!

  • @RussTeeTrombone
    @RussTeeTrombone 5 лет назад

    Really dig the videos mate. Much appreciated.

  • @Wombosvideo
    @Wombosvideo 8 лет назад +1

    I've been using MTPutty and screen for a while now an I ran into some serious bugs with my console. Today I will hard-test tmux.

  • @tech-nomade
    @tech-nomade 4 года назад +3

    WOW, feel now like Neo in the final scene of "Matrix" :D

    • @rilian226
      @rilian226 3 года назад

      install cmatrix and run it...then you'll really feel like Neo! ;-)

  • @dcscode4163
    @dcscode4163 5 лет назад

    Ctrl-b % (Split the window vertically)
    // after that ... move divider lines -> Ctrl-b-left Ctrl--b-right
    Ctrl-b " (Split window horizontally) // after that ... move divider lines -> Ctrl-b-up Ctrl-b-down

  • @PradeepPrakash
    @PradeepPrakash 10 лет назад +3

    May i ask, how do you get the bottom pane in your terminal which displays network info, battery and other details? Thanks in advance!

  • @DimasVictor
    @DimasVictor 8 лет назад

    great explanation and easy to learn! thanks mate

  • @besalmon3517
    @besalmon3517 5 лет назад

    thanks mate for sharing nice video, one quick question whats the tool/addon which you have at the bottom of your terminal which shows the IP address, battery etc? is it i3status?

  • @OloAndersen
    @OloAndersen 9 лет назад +1

    Thanks a lot for explaining this so well.

  • @jabuci
    @jabuci 8 лет назад

    Excellent intro, thanks a lot! I will switch to tmux from screen :)

  • @Shmack_
    @Shmack_ 5 лет назад

    Thanks for tutorial it made using this so much easier!!!

  • @TanjoGalbi
    @TanjoGalbi 8 лет назад +17

    When talking about panes you missed the vital information on how to switch pane! I went through all the comments and nobody else noticed this! After creating panes you really do need to know how to navigate them other than closing them otherwise they are not very much use! :/

    • @TanjoGalbi
      @TanjoGalbi 8 лет назад +1

      OK, I see it in the description but it really needed to be in the video :P

    • @nathanhargreaves7071
      @nathanhargreaves7071 8 лет назад +2

      I was about to leave a comment about the same thing. Thanks for mentioning the info in the description. Now I don't have to search across the entirety of the interwebs.

  • @0rkk0
    @0rkk0 7 лет назад

    thanks mister for the cool intro; I just installed in my linux box ;-)

  • @lgrullon854
    @lgrullon854 7 лет назад

    This is very useful, thanks for sharing.

  • @BruX013
    @BruX013 9 лет назад

    Hi. Thanks for the tutorial.
    In order to make a horizontal pane, simply: CTRL+b "

  • @rasmokv
    @rasmokv 8 лет назад +4

    you just saved my life

  • @NIMZLY56
    @NIMZLY56 7 лет назад

    Dude, this is like my world right now, and thanks to you I'm understanding all of it as I go on. I have a PC laptop (Aser Aspire one) and I'm currently learning the Tmux. For some reason I get a connection failed response on the command. I have a 4gb system with a TB extern al to work on it. What do you guys think I should do to get through?

  • @nakhla3
    @nakhla3 5 лет назад

    thank you for that quick demonstration useful tool

  • @matthewnickerson5438
    @matthewnickerson5438 9 лет назад +1

    Great video! I also like the network info in your information bar at the bottom. would you mind sharing your configs for those settings?

    • @tutoriaLinux
      @tutoriaLinux  9 лет назад

      Matthew Nickerson I'm using i3 as my window manager -- it's a fantastic WM, and after a few hours of adjusting, I never went back to window managers like Unity/Gnome/KDE. Just awesome. I made a video on it a while back as well -- ruclips.net/video/9ofq4gpG_lM/видео.html