Posts tagged "i3":
24 Jun 2024
Linux use tips
1. i3
1.1. Move specific workspaces between different monitors (ref)
- Adjust the monitor relative positions.
- Use
i3-msg -- move workspace to output rightto move the current workspace to the monitor on the right
2. Org
2.1. Format code blocks
- Use the shortcut
< s <TAB>to create a code block. - Use
C-c 'to enter the code environment to use the language major mode.
3. Emacs
3.1. Prefix argument
- When the function includes
(interactive "P"), it means one can add a prefix argumentC-u 1(or any integer) to trigger some effect.
3.2. Help functions
Ctrl-h Kget the function name given a shortcut
4. Vim
4.1. Delete a word backwards
diwordaw
5. Firefox
5.1. Cache bypass refresh
Ctrl+Shift+R