diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-25 18:34:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-25 18:34:37 +0100 |
commit | fa9b3c1f4c1e578033afe0ed4ebafc110953e9f6 (patch) | |
tree | 3674c5c2a1656428fc70a1b118b24d30d3529205 /.config | |
parent | Fix (diff) | |
download | dotfiles-bsd-fa9b3c1f4c1e578033afe0ed4ebafc110953e9f6.tar.gz dotfiles-bsd-fa9b3c1f4c1e578033afe0ed4ebafc110953e9f6.tar.bz2 dotfiles-bsd-fa9b3c1f4c1e578033afe0ed4ebafc110953e9f6.tar.xz dotfiles-bsd-fa9b3c1f4c1e578033afe0ed4ebafc110953e9f6.tar.zst dotfiles-bsd-fa9b3c1f4c1e578033afe0ed4ebafc110953e9f6.zip |
Removed vimpc config
Diffstat (limited to '.config')
-rw-r--r-- | .config/vimpc/vimpcrc | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/.config/vimpc/vimpcrc b/.config/vimpc/vimpcrc deleted file mode 100644 index 4046fa1..0000000 --- a/.config/vimpc/vimpcrc +++ /dev/null @@ -1,66 +0,0 @@ -" vim: filetype=vim - -" 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 - -set songformat {%a - (%d) %b - %t}|{%f}$E$R $H[$H%l$H]$H - -" 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 :browse<C-M>gg/ -" map @ to switch to add next, add a song, then change back -"map @ :set add next<C-M>a:set add end<C-M> -map <A-k> gT -map <A-j> gt -map i e - -" Connect to a specific host using the config file -"connect somehost someport - -" Turn consume on when we connect -"consume on - -set singlequit -set ignorecase -set incsearch - -" 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 black yellow -highlight tab black yellow -highlight dir default magenta -highlight song default default -highlight partial default red -highlight full default green -highlight current default red - -echo Config File Complete |