New keybind for Terminator to avoid i3 conflict
To resize and move terminals in a single windowmaster
parent
9005bdc3ff
commit
25833e232e
|
@ -7,8 +7,18 @@
|
|||
title_use_system_font = False
|
||||
use_custom_url_handler = True
|
||||
[keybindings]
|
||||
go_down = <Primary><Shift>Down
|
||||
go_left = <Primary><Shift>Left
|
||||
go_next = <Primary><Shift>n
|
||||
go_prev = <Primary><Shift>p
|
||||
go_right = <Primary><Shift>Right
|
||||
go_up = <Primary><Shift>Up
|
||||
layout_launcher = <Shift><Alt>l
|
||||
reset_clear = <Primary><Shift>l
|
||||
resize_down = <Primary><Alt>Down
|
||||
resize_left = <Primary><Alt>Left
|
||||
resize_right = <Primary><Alt>Right
|
||||
resize_up = <Primary><Alt>Up
|
||||
switch_to_tab_1 = None
|
||||
switch_to_tab_2 = None
|
||||
[layouts]
|
||||
|
|
4
.zshrc
4
.zshrc
|
@ -110,11 +110,11 @@ alias pica02='sshfs qduchemi@pica02.picasoft.net:/DATA/docker /mnt/pica02'
|
|||
alias pica_test='sshfs qduchemi@pica01-test.picasoft.net:/DATA/docker /mnt/pica01-test'
|
||||
|
||||
# SSH port forwarding for Picasoft LDAP
|
||||
alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net -i /home/.ssh/id_rsa'
|
||||
alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net -i ~/.ssh/id_rsa'
|
||||
|
||||
# Start ssh-agent and retain passphrase for 1 hour
|
||||
# ssh-add is not used for convenience
|
||||
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
|
||||
eval "$(ssh-agent -s -t 3600)"
|
||||
|
||||
alias lt='ls -lath'
|
||||
alias lt='ls -lath'
|
||||
|
|
Loading…
Reference in New Issue