Viewing profile — nmarriott
nmarriott
HN member- Joined
- Fri, Jan 10, 2020, 11:20 AM UTC
- HN karma
- 20
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About nmarriott
No profile information was provided.
Recent public activity
-
comment
Comment #23308437
tmux can be configured not to limit the window size since tmux 2.9, and it is the default since tmux 3.1.
-
comment
Comment #23005203
Yes, and there are a number of other configurations doing the same. This is another recent one https://github.com/jabirali/tmux-tilish that works as a tmux plugin.
-
comment
Comment #23005180
tmux has no direct access to the X clipboard itself. Reading the clipboard with OSC 52 is possible but it is unfortunately not widely supported by terminal emulators (you can do it…
-
comment
Comment #23004981
You should be able to replace the capturep/saveb/deleteb dance with 'run "tmux capture-pane -p -S- -E- >%1"'
-
comment
Comment #23004750
No, this is not how it works. There is no terminal emulator that offers this kind of fine-grained mouse support. tmux can either turn the mouse on and handle everything (resize, sc…
-
comment
Comment #23004493
These others are fair points but: > Text, colors, etc... appear sharper without tmux. The renderer is the same, iTerm2 just gets its data stream from tmux rather that from the prog…
-
comment
Comment #23004428
You can do this. Turn on pane status lines (set `pane-border-status` option to `top` or `bottom`). You can then change `pane-border-format` to contain the text you want. It can sho…
-
comment
Comment #23004391
You can configure tmux to synchronize with the X clipboard, although it is somewhat fiddly because of how terminal emulators work. See this page: https://github.com/tmux/tmux/wiki/…
-
comment
Comment #23004334
People do seem to often complain about the tmux defaults or say their particular configuration is "sane" and the defaults are not. But if you look at changes people make or at requ…
-
comment
Comment #23004226
This is little to do with tmux and much to do with the features offered to terminal applications by terminal emulators. Both clipboard and mouse support in terminals generally is q…
- comment
-
comment
Comment #22846776
This https://github.com/jabirali/tmux-tilish is a different solution with a similar goal - to make tmux work more like a tiling WM.
-
comment
Comment #22654494
Angband has a cheat death option, I usually play with it on. Of course I try very hard not to die, but I enjoy the game more if I don't have to start again if I make a mistake. The…