diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-09-29 19:21:25 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2023-09-29 19:21:25 +0200 |
| commit | 3536d1352776beaf817728af46f51366bd912897 (patch) | |
| tree | ef98877f8b8d21c875a6340a00cf31a425626bf7 /guides/setups/plasma/konsole.org | |
| parent | 10111cc9f95b85322258a304a14da3fbabddb11c (diff) | |
| download | memory-leaks-3536d1352776beaf817728af46f51366bd912897.tar.xz | |
Add more Konsole tweaks
Diffstat (limited to 'guides/setups/plasma/konsole.org')
| -rw-r--r-- | guides/setups/plasma/konsole.org | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/guides/setups/plasma/konsole.org b/guides/setups/plasma/konsole.org index a3154b5..6aaa24d 100644 --- a/guides/setups/plasma/konsole.org +++ b/guides/setups/plasma/konsole.org @@ -1,13 +1,16 @@ * Keyboard shortcuts +- ✏️ :: edited | =C-(= | split side | | =C-)= | split below | | =C-S-e= | hide/restore splits | +| =C-]= | enlarge split ✏️ | +| =C-[= | shrink split ✏️ | | =C-S-h= | tear split off | | =C-S-t= | new tab | | =C-TAB= | cycle splits & tabs | | =C-== | zoom in | | =C--= | zoom out | -| =C-M-0= | reset zoom | +| =C-0= | reset zoom ✏️ | | =S-Pgup= | scroll up | | =S-Pgdown= | scroll down | | =C-S-f= | search | @@ -15,6 +18,28 @@ | =C-S-m= | toggle menubar | | =C-S-,= | open preferences | | =C-M-,= | open shortcuts | +** Plugins +⚠️ Plugins define "activation shortcuts"; disabled by visiting each +one. Shortcuts stored under =~/.config/kde.org/konsole.conf=: +#+begin_src conf +[plugins] +quickcommands\shortcut="Ctrl+^" +sshplugin\ssh_shortcut="Ctrl+@" +#+end_src + +* UI +** Toolbar Settings +- [ ] Lock Toolbar Positions +- Toolbars Shown: ∅ +* Profile +** Appearance +*** Miscellaneous +- Inactive Terminals: + - [X] Darken +** Mouse +*** Text interaction +- Copy options: + - [X] Copy on select +*** Miscellaneous +- Text Editor Command: ~emacs +LINE:COLUMN PATH~ -⚠️ Some plugins define "activation shortcuts"; disabled by visiting -each one. Shortcuts stored under =~/.config/kde.org/konsole.conf=. |
