From 5713bf751a99c2d46a3d95ee1a15470548ebf838 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Mon, 5 Jul 2021 19:19:33 +0200 Subject: [PATCH] updates --- moc/keymap | 11 ++++++----- nvim/init.vim | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/moc/keymap b/moc/keymap index ea3f95c..41dcd0a 100644 --- a/moc/keymap +++ b/moc/keymap @@ -42,8 +42,8 @@ go = ENTER l go_up = h menu_down = j DOWN menu_up = k UP -menu_page_down = ^f PAGE_DOWN -menu_page_up = ^b PAGE_UP +menu_page_down = ^f ^d PAGE_DOWN +menu_page_up = ^b ^u PAGE_UP menu_first_item = J HOME menu_last_item = K END next = L @@ -88,18 +88,19 @@ go_url = o go_to_music_directory = m theme_menu = V +plist_move_up = +plist_move_down = +plist_add_stream = + # div crap # history_up = UP # history_down = DOWN # toggle_softmixer = M # playlist_full_paths = -# plist_move_up = ^p -# plist_move_down = ^n # remove_dead_entries = Y # next_search = n # mark_start = ' # mark_end = " -# plist_add_stream = ^u # toggle_mixer = x # toggle_equalizer = E # equalizer_refresh = e diff --git a/nvim/init.vim b/nvim/init.vim index b083d74..151283a 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -70,7 +70,7 @@ if &term =~ '256color' set t_ut= endif if !exists('g:colors_name') - let g:seoul256_background=236 + let g:seoul256_background=235 silent! colorscheme seoul256 " silent! colorscheme seoul256-light " silent! colorscheme base16-material-lighter