Tag: terminator
Screen cheat list
30/08/2010
Found this cheatlist somewhere…
Credits to the one who uploaded it ..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
+-------------------------------------------------------------------------------------------------+ | The formatting here is simple enough to understand (I would hope). ^ means ctrl+, so ^x is | | ctrl+x. M- means meta (generally left-alt or escape)+, so M-x is left-alt+x | |-------------------------------------------------------------------------------------------------| | Action | tmux | screen | |----------------------------------------------+-------------------------------+------------------| | | tmux OR | | | start a new session | tmux new OR | screen | |----------------------------------------------+-------------------------------+------------------| | re-attach a detached session | tmux attach OR | screen -r | | | tmux new-session | | | | tmux attach-session | | |----------------------------------------------+-------------------------------+------------------| | re-attach an attached session (detaching it | tmux attach -d OR | screen -dr | | from elsewhere) | tmux attach-session -d | | |----------------------------------------------+-------------------------------+------------------| | re-attach an attached session (keeping it | tmux attach OR | screen -x | | attached elsewhere) | tmux attach-session | | |----------------------------------------------+-------------------------------+------------------| | detach from currently attached session | ^b d OR | ^a ^d OR | | | ^b :detach | ^a :detach | |----------------------------------------------+-------------------------------+------------------| | rename-window to newname | ^b , <newname> OR | ^a A <newname> | | | ^b :rename-window <newname> | | |----------------------------------------------+-------------------------------+------------------| | list windows | ^b w | ^a w | |----------------------------------------------+-------------------------------+------------------| | list windows in chooseable menu | | ^a " | |----------------------------------------------+-------------------------------+------------------| | go to window # | ^b # | ^a # | |----------------------------------------------+-------------------------------+------------------| | go to last-active window | ^b l | ^a l | |----------------------------------------------+-------------------------------+------------------| | go to next window | ^b n | ^a n | |----------------------------------------------+-------------------------------+------------------| | go to previous window | ^b p | ^a p | |----------------------------------------------+-------------------------------+------------------| | see keybindings | ^b ? | ^a ? | |----------------------------------------------+-------------------------------+------------------| | | ^b s OR | | | list sessions | tmux ls OR | screen -ls | | | tmux list-sessions | | |----------------------------------------------+-------------------------------+------------------| | toggle visual bell | | ^a ^g | |----------------------------------------------+-------------------------------+------------------| | create another shell | ^b c | ^a c | |----------------------------------------------+-------------------------------+------------------| | exit current shell | ^d | ^d | |----------------------------------------------+-------------------------------+------------------| | split pane horizontally | ^b " | | |----------------------------------------------+-------------------------------+------------------| | split pane vertically | ^b % | | |----------------------------------------------+-------------------------------+------------------| | switch to another pane | ^b o | | |----------------------------------------------+-------------------------------+------------------| | kill the current pane | ^b x OR (logout/^D) | | |----------------------------------------------+-------------------------------+------------------| | close other panes except the current one | ^b ! | | |----------------------------------------------+-------------------------------+------------------| | swap location of panes | ^b ^o | | |----------------------------------------------+-------------------------------+------------------| | show time | ^b t | | +-------------------------------------------------------------------------------------------------+ |
Share the post "Screen cheat list"
MoC theme
26/08/2010
My MoC theme
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# # Theme: pieter_moc_theme # Author: Pieter - pieter.blinkenshell.org # background = white black frame = white black window_title = green black bold directory = white black selected_directory = green black bold playlist = white black selected_playlist = cyan black dim,underline file = white black info = white black selected_file = cyan black dim,underline selected_info = cyan black dim,underline marked_file = cyan black marked_info = cyan black marked_selected_file = cyan black underline marked_selected_info = cyan black underline status = red black bold title = cyan black bold,underline state = red black bold current_time = green black bold time_left = green black bold total_time = green black bold time_total_frames = green black bold sound_parameters = white black bold legend = white black disabled = white black dim enabled = red black bold empty_mixer_bar = white black dim filled_mixer_bar = black white empty_time_bar = white black dim filled_time_bar = white white dim entry = white black entry_title = magenta black bold error = red black bold message = green black bold plist_time = green black bold |
Share the post "MoC theme"
Resize Linux Terminator how you want it.
21/08/2010
If you use terminator but want it to startup with the size you want then run it like this:
terminator –geometry=800×400+150+150
800×400 is the size ot the screen and 150+150 the position where it should popup.
Share the post "Resize Linux Terminator how you want it."