summaryrefslogtreecommitdiffstats
path: root/.config/vifm/vifmrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-18 16:21:52 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-18 16:21:52 -0400
commit67f70d70bb746cd25b56e36a881201ae547b7a36 (patch)
tree70f95167c163ba5128b146fbedac5021400b2701 /.config/vifm/vifmrc
parent425941bf697ac4e38cdcc352799b1a61ebb8d34c (diff)
downloadeibhear-67f70d70bb746cd25b56e36a881201ae547b7a36.tar.gz
eibhear-67f70d70bb746cd25b56e36a881201ae547b7a36.tar.zst
eibhear-67f70d70bb746cd25b56e36a881201ae547b7a36.zip
vifm junk removed
Diffstat (limited to '.config/vifm/vifmrc')
-rw-r--r--.config/vifm/vifmrc75
1 files changed, 0 insertions, 75 deletions
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc
deleted file mode 100644
index d646f86..0000000
--- a/.config/vifm/vifmrc
+++ /dev/null
@@ -1,75 +0,0 @@
-" vim: filetype=vifm
-source ~/.config/vifm/vifmshortcuts
-
-set vicmd=$EDITOR
-set syscalls
-set nofollowlinks
-set sortnumbers
-set undolevels=100
-set wildmenu
-set wildstyle=popup
-set scrolloff=4
-set ignorecase
-set smartcase
-set nohlsearch
-set incsearch
-set suggestoptions=normal,visual,view,otherpane,keys,marks,registers
-colorscheme luke
-
-map <C-h> <C-w>h
-map <C-j> <C-w>j
-map <C-k> <C-w>k
-map <C-l> <C-w>l
-map <C-o> <C-w>o
-map <C-s> <C-w>s
-map <C-v> <C-w>v
-
-map R :restart<CR>
-map x :!sxiv -ft * 2>/dev/null &<CR>
-nnoremap o :file &<cr>
-map E :!$EDITOR %f<CR>
-map mkd :mkdir<space>
-map bg :!setbg %f &<CR>
-map X :!ext %f &<CR>
-nnoremap s :shell<cr>
-nnoremap w :view<cr>
-vnoremap w :view<cr>gv
-nnoremap yd :!echo %d | xclip %i<cr>
-nnoremap yf :!echo %c:p | xclip %i<cr>
-nnoremap I cw<c-a>
-nnoremap cc cw<c-u>
-nnoremap A cw
-nnoremap ,w :set wrap!<cr>
-nmap <space> tj
-nmap q ZQ
-
-fileview */ tree %c -L 1 --dirsfirst
-fileview ../ tree %c -L 1 --dirsfirst
-fileviewer *.html w3m -dump %c
-filextype *.html,*.htm firefox %f 2>/dev/null &
-
-fileviewer *.docx docx2txt %c -
-fileviewer *.odt odt2txt %c -
-
-filetype *.csv,*.xlsx sc-im %c
-fileviewer *.csv sed "s/,,,,/,,-,,/g;s/,,/ /g" %c | column -t | sed "s/ - / /g" | cut -c -%pw
-
-filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus mpv --no-audio-display --input-ipc-server=/tmp/mpvsoc$(date +%%s) %c
-filextype *.pdf,*.ps,*.eps,*.ps.gz,*.djvu,*.epub zathura %f 2>/dev/null &,
-fileviewer *.pdf pdftotext -l 1 -nopgbrk %c -
-fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.qt,*.divx,*.as[fx],*mp3,*.flac file
-filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,*.as[fx] mpv --input-ipc-server=/tmp/mpvsoc$(date +%%s) %f 2>/dev/null &,
-
-fileview *.zip,*.rar,*.tar.gz atool -l %f
-filetype *.zip,*.rar,*.tar.gz ext %f
-
-fileviewer *.[1-8] man ./%c | col -b
-filetype *.[1-8] man ./%c
-
-fileviewer *.jpg,*.jpeg,*.png,*.ico vifmimg draw %px %py %pw %ph %c %pc vifmimg clear
-filextype *.bmp,*.jpg,*.jpeg,*.png,*.ico,*.gif,*.xpm rotdir %f 2>/dev/null | sxiv -ia 2>/dev/null &
-
-filextype *.svg inkscape %f 2>/dev/null &
-filextype *.xcf gimp %f 2>/dev/null &
-
-set vifminfo=dhistory,chistory,tui,shistory,phistory,fhistory,dirstack,registers,bookmarks,bmarks