Update vim, git, tmux, migrate to light theme

This commit is contained in:
Smirnov Alexander 2021-05-10 17:57:51 +03:00
parent 72c267b784
commit 04331d3e94
16 changed files with 181 additions and 229 deletions

View file

@ -22,29 +22,20 @@ set save_console_history false
set scroll_offset 4
#== Mappings
map @ shell $SHELL
map gc cd ~/code
map gd cd ~/Documents
map gw cd ~/Downloads
map g. cd ~/.dotfiles
map gu cd /mnt/usb
# go to
map gc cd ~/code
map gd cd ~/Documents
map gw cd ~/Downloads
map g. cd ~/.dotfiles
map gu cd /mnt/usb
map @ shell $SHELL
map dD delete
map <c-k> tab_shift 1
map <c-j> tab_shift -1
map ee shell gpe enc %s
map ed shell gpe dec %s
map sa shell zip -r archive.zip %s
map ss shell tar -czvf archive.tar.gz %s
map sd shell 7z a archive.7z %s
map se shell extract %s
# delete
map dD delete
map dT trash
# tab
map <c-k> tab_shift 1
map <c-j> tab_shift -1
# archive
map sa shell zip -r archive.zip %s
map ss shell tar -czvf archive.tar.gz %s
map sd shell 7z a archive.7z %s
map se shell extract %s
# gpg
map ee shell gpe enc %s
map ed shell gpe dec %s