summaryrefslogtreecommitdiff
path: root/guides/sysadmin/plasma/konsole.org
diff options
context:
space:
mode:
Diffstat (limited to 'guides/sysadmin/plasma/konsole.org')
-rw-r--r--guides/sysadmin/plasma/konsole.org51
1 files changed, 51 insertions, 0 deletions
diff --git a/guides/sysadmin/plasma/konsole.org b/guides/sysadmin/plasma/konsole.org
new file mode 100644
index 0000000..0693091
--- /dev/null
+++ b/guides/sysadmin/plasma/konsole.org
@@ -0,0 +1,51 @@
+* 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-0= | reset zoom ✏️ |
+| =S-Pgup= | scroll up |
+| =S-Pgdown= | scroll down |
+| =C-S-f= | search |
+| =C-S-v= | paste from clipboard |
+| =C-S-m= | toggle menubar |
+| =C-S-,= | open preferences |
+| =C-M-,= | open shortcuts |
+
+Disabled:
+| =C-M-m= | previous profile |
+| =C-M-n= | next profile |
+** 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: ∅
+ - (necessary to disable toolbar accelerators & free corresponding
+ readline bindings)
+* Profile
+** Appearance
+*** Miscellaneous
+- Inactive Terminals:
+ - [X] Darken
+** Mouse
+*** Text interaction
+- Copy options:
+ - [X] Copy on select
+*** Miscellaneous
+- Text Editor Command: ~emacs +LINE:COLUMN PATH~
+