Add the following to the .tmux.conf:
unbind -n Tab
Wow, TAB is back!
Showing posts with label tmux. Show all posts
Showing posts with label tmux. Show all posts
Wednesday, May 20, 2020
Tuesday, December 17, 2019
Keep the color prompt in tmux
To keep your prompt (PS1) with color shown in tmux screen, add the following property in .bashrc:
force_color_prompt=yes
force_color_prompt=yes
Monday, December 16, 2019
Navigate tmux splitted pane using mouse
To enable navigation on tmux splitted pane using mouse
In tmux environment, do the following:
In tmux environment, do the following:
- Ctrl-b
- Type :setw -g mouse on
Done, try to switch your tmux pane with mouse.
Note:
To make this setting persistent, save this line in .tmux.conf:
setw -g mouse on
To make this setting persistent, save this line in .tmux.conf:
setw -g mouse on
Subscribe to:
Posts (Atom)
CSP on Apache
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...
-
When Office2003 couldn't find file SKU011.CAB: regedit -> [HKEY_LOCAL_MACHINE] -> [SOFTWARE] -> [Microsoft] -> [Office] -...
-
The resolution can be changed by editing the BlueStack's registry: HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and ...
-
Suppose you got a file in Big5 containing some HKSCS characters (e.g. 深水埗, 赤鱲角, etc). When your environment (Ref: Charset.defaultCharset( ) ...