Compare commits

...

4 Commits

Author SHA1 Message Date
yosh c513a7d7ad tmux: no resurrect stuff don't need 2024-01-09 01:42:10 -05:00
yosh 7c4fafc42d nsxiv exec: use foot instead of hardcoded 2024-01-09 01:41:33 -05:00
yosh 57a11c78a2 vimrc: aaaaaa 2024-01-09 01:40:43 -05:00
yosh 1b1169afcd mimix: the glaggly 2024-01-09 01:34:22 -05:00
4 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,7 @@
MENU: fzfmenu
.ghw: gtkwave --
text/: $TERMINAL -e $VISUAL --
inode/x-empty: $TERMINAL -e $VISUAL --
audio/: mpv --player-operation-mode=pseudo-gui --
@ -7,7 +9,7 @@ video/: mpv --player-operation-mode=pseudo-gui --
image/: swayimg -a --
inode/directory: $TERMINAL -e nnn --
image/xcf: gimp --
image/x-xcf: gimp --
application/pdf: zathura --
application/epub+zip: zathura --
image/vnd.djvu: zathura --

View File

@ -5,7 +5,7 @@ while read file; do
case "$1" in
"c") xclip -sel clipboard "$file" -t image/png ;; # copy image
"d") dragon-drop "$file" & ;; # drag and drop
"o") urxvt -e nnn "$file" & ;; # open in nnn
"o") $TERMINAL -e nnn "$file" & ;; # open in nnn
"p") printf '%s' "$file" | xclip -sel clipboard ;; # copy path
"C-p") printf '%s' "${file##*/}" | xclip -sel clipboard ;; # copy basename
esac

View File

@ -14,7 +14,6 @@ set -g set-clipboard external
bind-key O select-pane -t :.-
run-shell ~/.config/tmux/tmux-resurrect/resurrect.tmux
set -g @resurrect-processes 'ncmpcpp aerc'
set -g @resurrect-dir '$HOME/.local/share/tmux/resurrect'
# the following is the vim keybinds stuff

View File

@ -98,7 +98,7 @@ noremap <Leader>2 :diffget BASE<CR>
noremap <Leader>3 :diffget REMOTE<CR>
" noh
noremap <C-/> :noh<CR>
noremap <C-_> :noh<CR>
" }}}
" misc. options {{{