mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
gtk2: replace ctrl-w by alt-backspace to delete last word
This commit is contained in:
parent
5372c1fbaf
commit
82b605783c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ gtk2:write([[
|
||||||
gtk-key-theme-name="Emacs"
|
gtk-key-theme-name="Emacs"
|
||||||
binding "does-not-intercept-ctrl-w" {
|
binding "does-not-intercept-ctrl-w" {
|
||||||
unbind "<ctrl>w"
|
unbind "<ctrl>w"
|
||||||
|
bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) }
|
||||||
}
|
}
|
||||||
class "GtkEntry" binding "does-not-intercept-ctrl-w"
|
class "GtkEntry" binding "does-not-intercept-ctrl-w"
|
||||||
class "GtkTextView" binding "does-not-intercept-ctrl-w"
|
class "GtkTextView" binding "does-not-intercept-ctrl-w"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue