Add vifm config & theme, update qtile config & autostart, nvim config, kitty config

This commit is contained in:
Smirnov Olexandr 2020-12-13 14:05:56 +02:00
parent 917b69171d
commit f5a07cf3b0
7 changed files with 174 additions and 46 deletions

View file

@ -46,7 +46,7 @@ set update_title false
set update_tmux_title false
set shorten_title 3
set hostname_in_titlebar false
set tilde_in_titlebar trues
set tilde_in_titlebar true
### History
set max_history_size 20
@ -94,11 +94,12 @@ map F set freeze_files!
# "a" key
map a rename_append
map A eval fm.open_console('rename ' + fm.thisfile.relative_path.replace("%", "%%"))
map as shell zip -rf 'file.zip' %s
map ad shell tar -czvf file.tar.gz %s
map az extract
map ax extract_to_dirs
map ac compress
# "s" key
map sa shell zip -r file.zip %s
map ss shell tar -czvf file.tar.gz %s
map sd shell 7z a file.7z %s
map se shell extract %s
# "q"/quit keys
map Q quitall
@ -138,14 +139,10 @@ map <A-k> scroll_preview -1
map ? help
map W display_log
map w taskview_open
map S shell $SHELL
map : console
map ; console
map ! console shell%space
map @ console -p6 shell %%s
map # console shell -p%space
map s console shell%space
map @ shell $SHELL
map r chain draw_possible_programs; console open_with%space
map f console find%space
map cd console cd%space
@ -203,13 +200,12 @@ map ) jump_non
# Go keys
map gh cd ~
map gd cd ~/Code
map gc cd ~/Code
map gd cd ~/Documents
map gb cd ~/Documents/Books
map dl cd ~/.dotfiles
map gm cd ~/.dotfiles
map gn cd ~/bin
map gz cd ~/.script
# File keys
map dD shell mv %s /home/${USER}/.local/share/Trash/files/
@ -229,14 +225,13 @@ map pht paste_hardlinked_subtree
map pd console paste dest=
map p`<any> paste dest=%any_path
map p'<any> paste dest=%any_path
map yy copy
map uy uncut
map ya copy mode=add
map yr copy mode=remove
map yt copy mode=toggle
map dgg eval fm.cut(dirarg=dict(to=0), narg=quantifier)
map dG eval fm.cut(dirarg=dict(to=-1), narg=quantifier)
map dj eval fm.cut(dirarg=dict(down=1), narg=quantifier)