From 0371b7a1b22623f9c2ab8c4173098b9651722945 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Thu, 28 May 2015 02:31:44 -0700 Subject: [PATCH] Added ncmpcpp config and fixed vimrc buffer commands --- ncmpcpp/config | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ vimrc | 4 ++-- 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 ncmpcpp/config diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..9d22915 --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,56 @@ +# ------------------------------------------------- +# +# File: ~/.ncmpcpp/config +# Author: xeNULL +# +# MPD --------------------------------------------- + +mpd_host = "127.0.0.1" +mpd_port = "6600" +mpd_music_dir = "/home/gigavinyl/Music" +mpd_connection_timeout = "5" +mpd_crossfade_time = "5" + +# Visualizer +visualizer_fifo_path = "/tmp/mpd.fifo" +visualizer_output_name = "fifo" +visualizer_type = "wave" (spectrum/wave) + +# Playlist +song_columns_list_format = "(6f)[white]{l} (40)[white]{t|f} (25)[white]{a} (30)[white]{b}" +now_playing_prefix = "$b" +now_playing_suffix = "$/b" +playlist_display_mode = "columns" (classic/columns) +autocenter_mode = "yes" +centered_cursor = "yes" + +# Bars +song_status_format = "%t » %a »{ %b » }%y" +#progressbar_look = "|] " +progressbar_look = "->" +titles_visibility = "no" + +# Browser +browser_playlist_prefix = "$2plist »$9 " +browser_display_mode = "columns" (classic/columns) + +# Colors +discard_colors_if_item_is_selected = "yes" +header_window_color = "white" +volume_color = "white" +state_line_color = "white" +state_flags_color = "white" +main_window_color = "white" +color1 = "white" +color2 = "white" +main_window_highlight_color = "white" +progressbar_color = "white" +statusbar_color = "white" +active_column_color = "white" +visualizer_color = "white" + +# Others +song_window_title_format = "{%a - }{%t}{ - %b{ Disc %d}}|{%f}" +search_engine_display_mode = "columns" (classic/columns) +follow_now_playing_lyrics = "yes" +clock_display_seconds = "yes" diff --git a/vimrc b/vimrc index 9d3b9d1..00ddf2c 100644 --- a/vimrc +++ b/vimrc @@ -79,8 +79,8 @@ nnoremap r :%s/ nnoremap v :vsplit nnoremap ba :badd new.txt nnoremap bd :bd -nnoremap bn :bnext -nnoremap bp :bprevious +nnoremap bn :bnext! +nnoremap bp :bprevious! """"""Setup ctlp""""""