linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
dharmiik@proton.me
Admin account
@dharmik@linuxusers.in

Search results for tag #tmux

Drew »
@crmsnbleyd@hachyderm.io

when using tmux with mouse mode on, cmd + click does not work (to open urls in browser). Old answers say holding down opt as well will work, but it does not.

    Drew »
    @crmsnbleyd@hachyderm.io

    HoldMyType »
    @xameer@mathstodon.xyz

    what is it or

      radhitya.org »
      @al1r4d@pegelinux.top

      ... [SENSITIVE CONTENT]

      My setup has changed. Now, i only use and only.

      The rest is following what i need: gcc, golang.

      set nocompatible
      set autoindent
      set smartindent
      set tabstop=4
      set shiftwidth=4
      set textwidth=79
      set colorcolumn=80
      syntax off

        HoldMyType »
        @xameer@mathstodon.xyz

        question , why wouldn't a secure socket (say for ) survive a user logout ?

          Changelog »
          @changelog@changelog.social

          What if we didn't need or anymore?

          If Ghostty succeeds... youtu.be/o-qtso47ECk

            HoldMyType »
            @xameer@mathstodon.xyz

            You may switch to from for better , but that won't eliminate the need of getting pseudo term for stdin ( even to /dev/null?)
            whether you
            - copy/paste/auth on remote tty its just stdin
            best to get todo and basics clear with the 1st tool you get for the job , no matter how tricky the ux is.
            rather than finding them as unknown with a better tool , when you crap on way more resources

              0 ★ 0 ↺

              dharmik »
              @dharmik@linuxusers.in

              ah, is completely different than using split. with tmux each and every window runs a different vim window whereas with split, it's the same process. tmux is mostly for terminal management. suppose, i want vim, shell, logs, all running altogether.