Tmux mouse-mode on does not allow to select text with mouse
I’m using tmux 2.1 and tried to on mouse mode with
I’m using tmux 2.1 and tried to on mouse mode with
I have a set of nice wireless headphones which I use from time to time, in addition to my speakers and normal microphone.
I’m trying to automatically mount a network drive at startup by editing /etc/fstab but doesn’t work.
When you press Ctrl+L in bash default mode the screen is cleared. But when I run set -o vi and press Ctrl+L the keystroke is printed (^L).
Is there any way to keep this behavior?
I was under the impression that any sort of call to mount requires root privileges. But recently I was told “You should instead create appropriate entries in /etc/fstab so that the filesystems can be mounted by unprivileged users”… which is counter to my experience using mount. Anytime I have used mount I have needed to … Read more
My terminal setup is gnome-terminal + tmux + zsh with vi bindings.
In a tutorial, I’m prompted “If you are running Squeeze, follow these instructions…” and “If you are running Wheezy, follow these other instructions…”
Today the /tmp directory filled up on a machine at work. The problem was, it was on the root partition which wasn’t very big. In order to fix this, a co-worker created a /new/tmp directory elsewhere, copied all the contents to the new directory, removed the original /tmp and made a symlink /tmp -> /new/tmp.
As part of the program I wrote, I constantly read and write data from files. I noticed that as part of doing so, I am inadvertently creating swap .swp files.