diff --git a/.bashrc b/.bashrc index dc3e481..dc6ea5a 100644 --- a/.bashrc +++ b/.bashrc @@ -158,6 +158,7 @@ alias edit-xkb='vim $HOME/.config/xkb/custom.xkb' alias edit-xr='vim ~/.config/xfiles/Xresources' alias edit-sources='sudo vim /etc/apt/sources.list' alias edit-tmux='vim $HOME/.config/tmux/tmux.conf' +alias edit-git='vim $HOME/.config/git/config' alias load-xr='xrdb ~/.config/xfiles/Xresources' alias load-xkb='xkbcomp $HOME/.config/xkb/custom.xkb $DISPLAY' alias load-xt='xrdb $HOME/.config/Xresources' diff --git a/.gitignore b/.gitignore index 8605cd3..3d5b876 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *cache *.swp +*search-history diff --git a/.profile b/.profile index 8b78b3b..28df2bc 100644 --- a/.profile +++ b/.profile @@ -29,7 +29,7 @@ export EDITOR='vim' export PAGER='less' export NNN_BMS='h:~/;c:~/.config;n:~/Notes;' export NNN_FIFO=/tmp/nnn.fifo -export NNN_PLUG='p:preview-tui;c:x2sel;i:imgview' +export NNN_PLUG='p:preview-tui;c:x2sel;i:imgview;s:tmspawn' export USE_PISTOL=0 export XDG_CONFIG_HOME=$HOME/.config export XDG_CACHE_HOME=$HOME/.cache diff --git a/cmus/autosave b/cmus/autosave index 8026402..361b6f9 100644 --- a/cmus/autosave +++ b/cmus/autosave @@ -96,7 +96,7 @@ set pl_sort= set play_library=true set play_sorted=false set repeat=true -set repeat_current=false +set repeat_current=true set replaygain=disabled set replaygain_limit=true set replaygain_preamp=0.000000 diff --git a/cmus/cache b/cmus/cache deleted file mode 100644 index 72ffdc2..0000000 Binary files a/cmus/cache and /dev/null differ diff --git a/cmus/lib.pl b/cmus/lib.pl index 135680b..92f4d23 100644 --- a/cmus/lib.pl +++ b/cmus/lib.pl @@ -92,6 +92,7 @@ /home/immanuel/Music/Pop Smoke - Make It Rain ft. Rowdy Rebel-M3PPK-txrpg.webm /home/immanuel/Music/Project Cars 2 Soundtrack - Guts and Glory (Track 5) - Project Cars 2 OST-_7LlGyNrTMQ.mp3 /home/immanuel/Music/ROSALÍA, J Balvin - Con Altura (Official Video) ft. El Guincho-p7bfOZek9t4.webm +/home/immanuel/Music/S1MBA ft. DTG - Rover (Mu la la) [Music Video] Link Up TV-lcUq0DDt0Ro.webm /home/immanuel/Music/SAINt JHN - 'Roses' Imanbek Remix (Official Audio)-ele2DMU49Jk.webm /home/immanuel/Music/Selena Gomez - Fetish (Audio) ft. Gucci Mane (320 kbps).mp3 /home/immanuel/Music/Surfaces - Sunday Best [Official Audio]-Xt3m04Tscc8.webm diff --git a/cmus/search-history b/cmus/search-history deleted file mode 100644 index f2c0d9b..0000000 --- a/cmus/search-history +++ /dev/null @@ -1,100 +0,0 @@ -two ano -two -el hue -el -denni -take time -take time -hel h -make -gucci -roy woo -El Huer -el h -TFN -Full -Full N -Full Nerd -Full ner -full -full nerd -full ner -econ -econo// -darj -daijj -?44 -44 -funk -mati -wann -mem -tomor -home -Bal -iman -denn -make it ra -el huervo -el d -make it -make -mus -guc -wave -all -styl -No -no sy -riv -river -groove -life -con -Con -altur -con alt -mala -alad -ala -dior -gucc -durk -pop -kam -kame -yes in -yes -young -MA -BIG -lif -toos -toosie -sund -surfac -tick -WHO -life -Life -pi -mine -jax -hag -pic -mann -Manis -Manish -manish -Man -manis -pict -ashan -bab -shor -travis -boy -the boy -slid -pictu -haa diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..71cfb25 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,2 @@ +vo=xv +x11-bypass-compositor=yes diff --git a/nnn/plugins/tmspawn b/nnn/plugins/tmspawn new file mode 100755 index 0000000..a179d7c --- /dev/null +++ b/nnn/plugins/tmspawn @@ -0,0 +1,3 @@ +#!/bin/sh + +tmux split-window -c "$(dirname $1)"; diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f3ab187..90405ff 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -16,6 +16,7 @@ set -g mouse on set -g mouse on set -g mouse on set -g default-terminal "tmux-256color" +set -s escape-time 0 bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-selection bind-key -T copy-mode-vi r send-keys -X rectangle-toggle