From 341c3be75228dbd23fd05208d148acecf950d573 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 14:58:48 -0500 Subject: initial commit --- config/ncmpcpp/bindings.org | 28 ++++++++++++++++++++++++++++ config/ncmpcpp/config.org | 16 ++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 config/ncmpcpp/bindings.org create mode 100644 config/ncmpcpp/config.org (limited to 'config/ncmpcpp') diff --git a/config/ncmpcpp/bindings.org b/config/ncmpcpp/bindings.org new file mode 100644 index 0000000..159d3ae --- /dev/null +++ b/config/ncmpcpp/bindings.org @@ -0,0 +1,28 @@ +#+title: =ncmpcpp= Keyboard Bindings +Use =vi= motions. +#+begin_src txt :tangle bindings +def_key "j" + scroll_down +def_key "k" + scroll_up +def_key "h" + previous_column +def_key "l" + next_column +def_key "ctrl-b" + page_up +def_key "ctrl-u" + page_up +def_key "ctrl-f" + page_down +def_key "ctrl-d" + page_down +def_key "g" + move_home +def_key "G" + move_end +def_key "n" + next_found_item +def_key "N" + previous_found_item +#+end_src diff --git a/config/ncmpcpp/config.org b/config/ncmpcpp/config.org new file mode 100644 index 0000000..18a2a0e --- /dev/null +++ b/config/ncmpcpp/config.org @@ -0,0 +1,16 @@ +#+title: =ncmpcpp= Configuration +Set the =ncmpcpp= directory to =~/.config/ncmpcpp/=. +#+begin_src conf :tangle config +ncmpcpp_directory = "~/.ncmpcpp" +#+end_src + +Set the host/port pair to find the music player daemon at. +#+begin_src conf :tangle config +mpd_host = "localhost" +mpd_port = "6600" +#+end_src + +Specify the location of the Music directory to be =~/Music=. +#+begin_src conf :tangle config +mpd_music_dir = "~/Music" +#+end_src -- cgit v1.2.3