%h1 Tmux cheatsheet https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
%h1 Tmux cheatsheet https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
https://github.com/lsaffie/tmux
Prefix:
ctrl+a
Moving aroud:
right:
ctrl+a + l
var widget_embed_libraries_191_version = "1.0"; | |
(function(window, document, $, undefined) { | |
var W = $(window), | |
D = $(document), | |
F = $.fancybox = function() { | |
F.open.apply(this, arguments) | |
}, | |
IE = navigator.userAgent.match(/msie/), | |
didUpdate = null, | |
isTouch = document.createTouch !== undefined, |
tell application "/Applications/Google Chrome.app" | |
repeat with w in windows | |
set active tab index of w to 1 | |
end repeat | |
end tell |