Feat(Choux): Add tmuxinator config and update moc conf
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
#
|
||||
# Example: MusicDir = "/home/joe/music"
|
||||
#
|
||||
#MusicDir =
|
||||
MusicDir = "/media/documents/musique/"
|
||||
|
||||
# Start in the music directory by default? If set to 'no', start
|
||||
# in the current directory by default. A single directory on
|
||||
@@ -191,7 +191,7 @@
|
||||
#
|
||||
# Example: Theme = laras_theme
|
||||
#
|
||||
Theme = green_theme
|
||||
Theme = "moca_theme"
|
||||
|
||||
# The theme used when running on an xterm.
|
||||
#
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
# This is the example kepmap file for MOC. You can define your own key
|
||||
# mappings for MOC commands by creating your own keymap file and setting
|
||||
# This is the example keymap file for MOC. You can define your own key
|
||||
# bindings for MOC commands by creating your own keymap file and setting
|
||||
# the 'Keymap' option in ~/.moc/config.
|
||||
#
|
||||
# The format of this file is:
|
||||
#
|
||||
# - Lines beginning with # are comments.
|
||||
# - Blank lines are ignored.
|
||||
# - Every other line is expected to be in format:
|
||||
# - Every other line is expected to be in one of the formats:
|
||||
#
|
||||
# COMMAND = [KEY ...]
|
||||
# COMMAND += KEY ...
|
||||
#
|
||||
# The KEY can be:
|
||||
#
|
||||
# - Just a char, like i, L, ", *
|
||||
# - CTRL-KEY sequence: ^k (CTRL-k), ^4
|
||||
# - ALT-KEY (meta sequence): M-j (ALT-j), M-%
|
||||
# - ALT-KEY (meta) sequence: M-j (ALT-j), M-/
|
||||
# - Special keys: DOWN, UP
|
||||
# LEFT, RIGHT
|
||||
# HOME, END
|
||||
@@ -27,9 +28,35 @@
|
||||
# ESCAPE
|
||||
# F1 - F12
|
||||
#
|
||||
# Note that the use of a digit as a KEY is deprecated.
|
||||
#
|
||||
# Maximum number of KEYs for one COMMAND is 5.
|
||||
#
|
||||
# Omitting the KEY for a command will disassociate the KEY from the COMMAND.
|
||||
# Omitting the KEY for a COMMAND will unbind all its default keys. They
|
||||
# will also be automatically unbound when you bind new KEYs to it. Individual
|
||||
# default KEYs will be automatically unbound when they are explicitly bound
|
||||
# to some other COMMAND.
|
||||
#
|
||||
# Using the '+=' form will cause the KEYs to be appended to any existing
|
||||
# (default or explicit) bindings for the COMMAND. Appending an existing
|
||||
# default binding for the same COMMAND will cause MOC to think of that KEY
|
||||
# as then being explicitly bound.
|
||||
#
|
||||
# Only one binding for any given COMMAND can appear in the keymap file. One
|
||||
# exception to this is that if the default keys for a COMMAND are explicitly
|
||||
# unbound then a subsequent binding may appear for it. A second exception
|
||||
# is that multiple appending bindings may appear.
|
||||
#
|
||||
# Meta-key detection is sensitive to the ESCDELAY environment variable (see
|
||||
# the manpage for ncurses(3)). In its absence, MOC resets the default
|
||||
# delay to 25ms. If you need to emulate meta-key sequences using the ESC
|
||||
# key, then you may need to set the value of ESCDELAY back to its ncurses
|
||||
# default of 1000ms (but doing so will make the response to the ESC key
|
||||
# sluggish).
|
||||
#
|
||||
# If MOC's keypresses are being filtered through some other program (in a
|
||||
# GUI environment, for example) which also does meta-key detection, then
|
||||
# MOC is at the mercy of the timings with which that program presents them.
|
||||
#
|
||||
# Default key configuration for MOC (and a list of all available commands):
|
||||
|
||||
@@ -38,24 +65,23 @@ quit_client = q
|
||||
quit = Q
|
||||
|
||||
# Menu and interface control keys:
|
||||
go = ENTER
|
||||
menu_down = DOWN
|
||||
menu_up = UP
|
||||
go = ENTER l
|
||||
menu_down = DOWN j
|
||||
menu_up = UP k
|
||||
menu_page_down = PAGE_DOWN
|
||||
menu_page_up = PAGE_UP
|
||||
menu_first_item = HOME
|
||||
menu_last_item = END
|
||||
search_menu = g /
|
||||
search_menu = /
|
||||
toggle_read_tags = f
|
||||
toggle_show_time = ^t
|
||||
toggle_show_format = ^f
|
||||
toggle_menu = TAB
|
||||
toggle_layout = l
|
||||
toggle_hidden_files = H
|
||||
next_search = ^g ^n
|
||||
show_lyrics = L
|
||||
theme_menu = T
|
||||
help = h ?
|
||||
help = ?
|
||||
refresh = ^r
|
||||
reload = r
|
||||
|
||||
@@ -71,6 +97,7 @@ previous = b
|
||||
toggle_shuffle = S
|
||||
toggle_repeat = R
|
||||
toggle_auto_next = X
|
||||
toggle_mixer = x
|
||||
go_url = o
|
||||
|
||||
# Volume control keys:
|
||||
@@ -103,7 +130,7 @@ go_to_fast_dir8 = *
|
||||
go_to_fast_dir9 = (
|
||||
go_to_fast_dir10 = )
|
||||
go_to_playing_file = G
|
||||
go_up = BACKSPACE
|
||||
go_up = h
|
||||
|
||||
# Playlist specific keys:
|
||||
add_file = a
|
||||
@@ -111,8 +138,6 @@ add_directory = A
|
||||
plist_add_stream = ^u
|
||||
delete_from_playlist = d
|
||||
playlist_full_paths = P
|
||||
plist_move_up = u
|
||||
plist_move_down = j
|
||||
save_playlist = V
|
||||
remove_dead_entries = Y
|
||||
clear_playlist = C
|
||||
@@ -130,15 +155,12 @@ cancel = ^x ESCAPE
|
||||
hide_message = M
|
||||
|
||||
# Softmixer specific keys:
|
||||
toggle_mixer = x
|
||||
toggle_softmixer = w
|
||||
toggle_make_mono = J
|
||||
|
||||
# Equalizer specific keys:
|
||||
toggle_equalizer = E
|
||||
equalizer_refresh = e
|
||||
equalizer_prev = K
|
||||
equalizer_next = k
|
||||
toggle_make_mono = J
|
||||
|
||||
# External commands:
|
||||
mark_start = '
|
||||
|
||||
Reference in New Issue
Block a user