diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-24 12:26:29 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-24 12:26:29 +0100 |
commit | fe48b893ca00c7897afe5ad8df2e78ddb88dbced (patch) | |
tree | 32e75b9137a9b639fc52858e65bb62176bfa8971 /vifm/vifmrc | |
parent | 325884344453d36a6596b73b24ec36259cf99359 (diff) |
configuration of vifm.
Diffstat (limited to 'vifm/vifmrc')
-rw-r--r-- | vifm/vifmrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vifm/vifmrc b/vifm/vifmrc index 28426fb..1fb7faa 100644 --- a/vifm/vifmrc +++ b/vifm/vifmrc @@ -58,7 +58,7 @@ set noiec " Selected color scheme -colorscheme Default +colorscheme matrix " The FUSE_HOME directory will be used as a root dir for all FUSE mounts. " Unless it exists with write/exec permissions set, vifm will attempt to @@ -74,11 +74,6 @@ set timefmt=\ %m/%d\ %H:%M " :mark mark /full/directory/path [filename] -" mark H /home/urbain ../ -" mark m /home/urbain/Dropbox/phd/literature/October\ 14 Shear_viscosity.pdf -" mark p /home/urbain/Dropbox/phd ../ -" mark z /home/urbain/.vifm ../ - " :com[mand] command_name action " The following macros can be used in a command " %a is replaced with the user arguments. @@ -91,7 +86,6 @@ set timefmt=\ %m/%d\ %H:%M " %D the other window directory name. " %m run the command in a menu window - " The file type is for the default programs to be used with " a file extension. " :filetype pattern1,pattern2 defaultprogram,program2 @@ -123,3 +117,9 @@ set timefmt=\ %m/%d\ %H:%M " set vifminfo=options,filetypes,commands,bookmarks,tui,state,cs,chistory,shistory,dirstack,registers,phistory " Like in vi set vifminfo=bookmarks,chistory,shistory,phistory + +" Personal additions +map , : +map <tab> space +map <space>q :q<cr> +filetype *.pdf,*.dvi zathura |