add ctrl tab
This commit is contained in:
parent
cdd2feeaee
commit
b08c049a4b
1 changed files with 1 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -120,6 +120,7 @@ then
|
|||
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ new-tab '<Control>t'
|
||||
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ zoom-in '<Control>equal' # ctrl++
|
||||
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ zoom-normal '<Control>agrave' # ctrl+0
|
||||
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ next-tab '<Control>tab' # ctrl+tab
|
||||
|
||||
# === Micro configuration ==
|
||||
git config --global core.editor "micro"
|
||||
|
|
Loading…
Reference in a new issue