summaryrefslogtreecommitdiff
path: root/vifm/.vifm/vifmrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-05-16 14:11:56 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-05-16 14:11:56 +0100
commitc707197aa16ea0c4095d59b3c05f4d61ee5a1999 (patch)
tree885ee53a5ad320e909926310ba82ea76f5b74286 /vifm/.vifm/vifmrc
parentfe981b30bec6db6b279cd0440c0083c93bff6da2 (diff)
Move vifm config to .config
Diffstat (limited to 'vifm/.vifm/vifmrc')
-rw-r--r--vifm/.vifm/vifmrc39
1 files changed, 0 insertions, 39 deletions
diff --git a/vifm/.vifm/vifmrc b/vifm/.vifm/vifmrc
deleted file mode 100644
index f4ff8ae..0000000
--- a/vifm/.vifm/vifmrc
+++ /dev/null
@@ -1,39 +0,0 @@
-" Command to open files
-filetype * xdg-open
-
-" Options
-set fastrun
-set history=100
-set incsearch
-set runexec
-set sortnumbers
-set scrolloff=2
-set smartcase
-set vicmd=$EDITOR
-set relativenumber
-set vimhelp
-set wildmenu
-
-" Commands
-command! backup !cp -r %f %f.bak
-
-" Mappings
-nnoremap s :shell<cr>
-nnoremap w :view<cr>
-nnoremap o :file<cr>
-nnoremap b :marks<cr>
-nnoremap gm :bmark<space>
-nnoremap gb :bmarks<cr>
-nnoremap r :run<cr>
-nnoremap ,b :backup<cr>
-nnoremap ,r :%rename<cr>
-nnoremap ,t :!urxvt &<cr>
-nnoremap ,l :!less %f<cr>
-
-" Colorscheme
-source /usr/share/vifm/colors/juef-zenburn.vifm
-
-" Only one pane
-only
-
-" vim: ft=vim