zpalmtree
808d2efaa9
Add detachable tabs feature to preferences
2022-12-28 23:20:28 -05:00
Vishweshwar Saran Singh Deo
98dcd0efec
[bug 680] Open up keybindings page on keypress #680
...
- implemented the short-cut
- seems the key combo is already taken 'go_prev' : 'p'
- How about : 'k', I will make the change for now.
- But adding key seq to a long list of keypress function breaks my heart, If the plugin util keybind makes it to the main branch, I will take this out and may be have a shortcut plugin to handle these.
- Also selecting of Keybindings page is being done for this specific case Page = 3
- A notebook tab number and title map would remove this. Which can be configurable, later.
2022-11-23 20:02:26 +05:30
Vishweshwar Saran Singh Deo
6bdb0c648c
[bug 613] - Shortcut for autosplit h/v depending on active terminal size #613
...
-added auto split feature
-new signal split-auto was added
-currently this uses widget dimensions for the split as rows, cols were having different space and was not consistent, this can be changed if needed
-short cut was also added
-icon for the menu item needs to be added
2022-11-05 11:42:38 +05:30
Vulcalien
8e50eb75ce
Remove duplicated info in some debug messages
2022-01-28 21:51:54 +01:00
Vulcalien
3c575029e7
Move 'cell_height' setting
2021-12-25 14:21:19 +01:00
Matt Rose
8f13beffbf
Merge pull request #552 from FernandoBasso/feat/configure-cell-width
...
Add ability to configure cell width (font character spacing)
2021-12-19 13:17:47 -05:00
Fernando Basso
bd5dba5b08
Refactor line height to cell height
...
After the previous commit [1], which implements ‘cell width’, it makes
sense to rename ‘line height’ to ‘cell height’, especially because it is
the terminology used by VTE itself [2].
1. ef1768505c
Add cell width configuration in preferences
2. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_height_scale
2021-12-14 06:30:58 -03:00
Fernando Basso
ef1768505c
Add cell width configuration in preferences
...
Currently, we have a setting for changing the line height (cell height),
but not for changing cell width (both available in VTE).
Depending on the font used, it is useful to have the ability to set a
little more space between characters.
This commit adds a configuration similar to the existing one for line
height, but for character space (cell width scale [1]).
Thanks Matt Rose for helping and encouraging me to implement this.
1. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_width_scale
2021-12-10 07:58:02 -03:00
Vulcalien
a06e7951f6
Update background image without restarting
2021-12-08 16:05:38 +01:00
Vulcalien
308c8d81a2
Remove encoding from the Context menu
2021-11-06 11:55:33 +01:00
Matt Rose
5d43005df1
Merge pull request #519 from caprinux/master
...
Fix terminal separator size setting
2021-11-02 16:57:29 -04:00
Rafael Kitover
705322dfff
Add paste_selection keybinding.
...
Unbound by default, pastes primary selection.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2021-10-01 02:47:15 +00:00
caprinux
c8cd50ba9a
modify terminator separater size setting in gui to start from 1
2021-09-26 22:51:18 +08:00
Vulcalien
fa09ba0cda
Add setting 'disable_mouse_paste'
2021-09-12 22:13:01 +02:00
Vulcalien
cbd8f0e3a8
Add a "Copy" button to clone profiles
2021-08-30 17:55:42 +02:00
Vulcalien
eae7dcca3d
Make the GUI work
2021-08-14 16:45:18 +02:00
Vulcalien
ee823a9cc9
Custom foreground color for cursor (GUI not implemented yet)
2021-08-14 15:14:02 +02:00
Vulcalien
c9c3fb1924
Titlebar settings (except title_at_bottom) moved to profiles
2021-08-07 23:55:07 +02:00
Matt Rose
b80d133ccf
add group all terminals in window
2021-08-06 19:02:54 -04:00
nojhan
c47f3a2bad
add feat: config to open links with single click
...
Instead of Ctrl-left click.
2021-03-04 11:17:26 +01:00
Matt Rose
e40f9fe651
Merge pull request #314 from mattrose/zoom-all-keybind
...
issue 271: add keybindings to zoom all terminals at once
2020-12-30 16:24:17 -05:00
Jose Augusto
a53dea6fa5
remove rewrap on resize from option and remove functions too
2020-12-27 19:48:41 -03:00
Matt Rose
427c65f2cc
Revert "Merge pull request #36 from waldner/master"
...
This reverts commit 6c56f32eeb
, reversing
changes made to 904676057e
.
2020-12-27 13:29:30 -05:00
Matt Rose
6c56f32eeb
Merge pull request #36 from waldner/master
...
fast resize keyboard shortcuts
2020-12-03 19:29:48 +00:00
Matt Rose
8f94a674d9
issue 271: add keybindings to zoom all terminals at once
2020-12-03 13:43:05 -05:00
Matt Rose
890253ba2b
make tests pass
2020-12-01 15:49:11 -05:00
Matt Rose
5c9c482843
load config from XDG_CONFIG_DIRS if user config file doesn't exist
2020-12-01 14:38:29 -05:00
Joe Peled
4ae1282606
Add support for inverted search
2020-10-20 09:21:12 -04:00
Matt Rose
ff1860ad1b
Merge pull request #254 from mattrose/clear-select-on-smart-copy
...
Clear selection on smart copy
2020-10-19 17:41:52 -04:00
Matt Rose
1822d6ccb1
add config entry and preferences GUI
2020-10-19 17:14:40 -04:00
Joe Peled
66f4020e37
Preserve case sensitivity state in config file on state change
2020-10-17 17:51:19 -04:00
Matt Rose
80fb628fbc
Merge pull request #214 from dvdlevanon/layout-json-file
...
layout file - initial commit - work in progress
2020-10-14 14:01:06 -04:00
planet36
2d7f9133b0
Create config file if it doesn't exist
2020-10-11 23:28:04 -04:00
planet36
610580b704
Revert "Create config file if it doesn't exist"
...
This reverts commit 310f70ac5f
.
2020-10-11 23:16:46 -04:00
planet36
310f70ac5f
Create config file if it doesn't exist
...
Use pathlib.Path for config file and backup file
2020-10-09 20:28:48 -04:00
planet36
ebae1e1440
Backup config before writing to it
...
Fixes #234
2020-10-08 17:11:32 -04:00
Matt Rose
8d85beaafa
Merge branch 'master' of https://github.com/gnome-terminator/terminator into background-image
2020-09-27 09:29:03 -04:00
Matt Rose
415b7653dc
added config values for background_image and background_alpha
2020-09-24 16:24:54 -04:00
David Levanon
b669996180
prevent json layout and profile from being saved to the global config file
2020-09-24 13:39:48 +03:00
Matt Rose
0ff6a7b498
fix spacing
2020-09-22 16:59:26 -04:00
Matt Rose
6ec295cdbc
add preferences keybindings
2020-09-11 20:47:57 -04:00
Matt Rose
1ad579ce03
Merge pull request #195 from mattrose/add_key_create_group
...
Key binding option for creating group in current terminal
2020-08-25 15:56:59 -04:00
Matt Rose
2b6fbe5048
Key binding option for creating group in current tab
2020-08-25 15:50:40 -04:00
Phi
a495f290bf
Add a 'title bar at bottom' option
2020-08-15 18:15:55 +02:00
Matt Rose
1924b91684
fix line height config variable location to match ui
2020-06-21 15:30:47 -04:00
Douglas Bacon
c4a6ac96c8
Merge branch 'line-height' of https://github.com/mattrose/terminator into issue_111
2020-06-21 12:06:39 -04:00
robertoetcheverryr
c8db3e38aa
Added putty_paste_style_source_clipboard
2020-06-19 02:15:13 -03:00
Matt Rose
b1d502e939
add line_height config variable
2020-06-10 22:48:43 -04:00
Matt Rose
86f90337f6
Merge pull request #46 from filipkilibarda/master
...
Added option to disable ctrl+mousewheel zoom
2020-06-02 22:12:28 -04:00
Matt Rose
eb4e083ccd
Merge pull request #41 from JakubVanek/feature/#40-no-default-broadcast-keybindings
...
#40 : remove default key bindings for input broadcasting
2020-06-02 19:54:10 -04:00