updates
This commit is contained in:
+6
-5
@@ -42,8 +42,8 @@ go = ENTER l
|
|||||||
go_up = h
|
go_up = h
|
||||||
menu_down = j DOWN
|
menu_down = j DOWN
|
||||||
menu_up = k UP
|
menu_up = k UP
|
||||||
menu_page_down = ^f PAGE_DOWN
|
menu_page_down = ^f ^d PAGE_DOWN
|
||||||
menu_page_up = ^b PAGE_UP
|
menu_page_up = ^b ^u PAGE_UP
|
||||||
menu_first_item = J HOME
|
menu_first_item = J HOME
|
||||||
menu_last_item = K END
|
menu_last_item = K END
|
||||||
next = L
|
next = L
|
||||||
@@ -88,18 +88,19 @@ go_url = o
|
|||||||
go_to_music_directory = m
|
go_to_music_directory = m
|
||||||
theme_menu = V
|
theme_menu = V
|
||||||
|
|
||||||
|
plist_move_up =
|
||||||
|
plist_move_down =
|
||||||
|
plist_add_stream =
|
||||||
|
|
||||||
# div crap
|
# div crap
|
||||||
# history_up = UP
|
# history_up = UP
|
||||||
# history_down = DOWN
|
# history_down = DOWN
|
||||||
# toggle_softmixer = M
|
# toggle_softmixer = M
|
||||||
# playlist_full_paths =
|
# playlist_full_paths =
|
||||||
# plist_move_up = ^p
|
|
||||||
# plist_move_down = ^n
|
|
||||||
# remove_dead_entries = Y
|
# remove_dead_entries = Y
|
||||||
# next_search = n
|
# next_search = n
|
||||||
# mark_start = '
|
# mark_start = '
|
||||||
# mark_end = "
|
# mark_end = "
|
||||||
# plist_add_stream = ^u
|
|
||||||
# toggle_mixer = x
|
# toggle_mixer = x
|
||||||
# toggle_equalizer = E
|
# toggle_equalizer = E
|
||||||
# equalizer_refresh = e
|
# equalizer_refresh = e
|
||||||
|
|||||||
+1
-1
@@ -70,7 +70,7 @@ if &term =~ '256color'
|
|||||||
set t_ut=
|
set t_ut=
|
||||||
endif
|
endif
|
||||||
if !exists('g:colors_name')
|
if !exists('g:colors_name')
|
||||||
let g:seoul256_background=236
|
let g:seoul256_background=235
|
||||||
silent! colorscheme seoul256
|
silent! colorscheme seoul256
|
||||||
" silent! colorscheme seoul256-light
|
" silent! colorscheme seoul256-light
|
||||||
" silent! colorscheme base16-material-lighter
|
" silent! colorscheme base16-material-lighter
|
||||||
|
|||||||
Reference in New Issue
Block a user