Created
November 1, 2016 18:19
-
-
Save anonymous/69c29d2b2d689fd6b1187de3b319916d to your computer and use it in GitHub Desktop.
i3 mark & jump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bindsym $mod+Shift+m move scratchpad | |
| bindsym $mod+Tab scratchpad show | |
| bindsym $mod+m exec i3-input -F 'mark %s' -P 'Mark: ' | |
| bindsym $mod+j exec i3-input -F '[con_mark="%s"] focus' -P 'Jump: ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment