From a41896a63be0bba72b32d86cbe1a89653b2ccbe1 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 18 Oct 2020 17:43:53 +0200 Subject: Added vimpcrc config --- .config/vimpc/vimpcrc | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .config/vimpc/vimpcrc (limited to '.config/vimpc') diff --git a/.config/vimpc/vimpcrc b/.config/vimpc/vimpcrc new file mode 100644 index 0000000..5c81a72 --- /dev/null +++ b/.config/vimpc/vimpcrc @@ -0,0 +1,52 @@ +" Configuration of vimpc is done using vimpc commands +" these can include commands which require an mpd connection +" +" Copy this file to $XDG_CONFIG_HOME/vimpc/vimpcrc to use it +" +" NB: Comments are very basic and must be on their own line +echo Parsing config file + +" Set the default tab +set window playlist + +" Set the windows to show at startup +set windows library,directory,playlist + +" Stop playing music when we quit +"set stoponquit + +" A silly example of an alias +"alias smiths deleteall; findartist! The Smiths; play 1 + +" Example maps +" map the F key to change to the browse window, go to the first line and enter search mode +"map F :browsegg/ +" map @ to switch to add next, add a song, then change back +"map @ :set add nexta:set add end +map gT +map gt + +" Connect to a specific host using the config file +"connect somehost someport + +" Turn consume on when we connect +"consume on + +" Ensure that the database is up to date each connect +update + +" A more complex example, When we start vimpc +" - clear the playlist +" - add all songs +" - shuffle +" - start playling +"deleteall +"addall +"shuffle +"play 1 + +" Color the statusline and tabs +" highlight status blackbg +" highlight tab blackbg + +echo Config File Complete -- cgit v1.2.3