diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-12 00:19:37 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-12 00:19:37 +0200 |
commit | 09c31103108c30ec61f7730890ce35f5007c8d92 (patch) | |
tree | e6724a02c15c0e073d186e11c8c14fb47154a09e /.config | |
parent | update (diff) | |
download | dotfiles-bsd-09c31103108c30ec61f7730890ce35f5007c8d92.tar.gz dotfiles-bsd-09c31103108c30ec61f7730890ce35f5007c8d92.tar.bz2 dotfiles-bsd-09c31103108c30ec61f7730890ce35f5007c8d92.tar.xz dotfiles-bsd-09c31103108c30ec61f7730890ce35f5007c8d92.tar.zst dotfiles-bsd-09c31103108c30ec61f7730890ce35f5007c8d92.zip |
update
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpd/mpd.conf | 4 | ||||
-rw-r--r-- | .config/nvim/bindings.vim | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index e7f92c7..ffc3e13 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -81,10 +81,10 @@ group "jozan" # # For network #bind_to_address "any" -# bind_to_address "localhost" +bind_to_address "localhost" # # And for Unix Socket -bind_to_address "/usr/home/jozan/.local/share/mpd/socket" +# bind_to_address "/usr/home/jozan/.local/share/mpd/socket" # # This setting is the TCP port that is desired for the daemon to get assigned # to. diff --git a/.config/nvim/bindings.vim b/.config/nvim/bindings.vim index c6f7b44..ea58357 100644 --- a/.config/nvim/bindings.vim +++ b/.config/nvim/bindings.vim @@ -1,7 +1,7 @@ call which_key#register('\', "g:which_key_map") let g:which_key_map = {} nnoremap c "_c -nnoremap <M-;> :call NERDComment(0,"toggle")<CR> +nnoremap <M-;> :call nerdcommenter#Comment(0,"toggle")<CR> nnoremap <M-x> : nnoremap <silent> <M-k> :bprevious<CR> nnoremap <silent> <M-j> :bnext<CR> |