mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Del openbox
This commit is contained in:
parent
71ddd0ad2f
commit
351fd863ac
11 changed files with 11 additions and 876 deletions
|
|
@ -22,13 +22,14 @@ set save_console_history false
|
|||
set scroll_offset 4
|
||||
|
||||
#== Mappings
|
||||
map @ shell $SHELL
|
||||
|
||||
# go to
|
||||
map gc cd ~/code
|
||||
map gn cd ~/notes
|
||||
map gd cd ~/Documents
|
||||
map gw cd ~/Downloads
|
||||
map g. cd ~/.dotfiles
|
||||
map @ shell $SHELL
|
||||
|
||||
# delete
|
||||
map dD delete
|
||||
|
|
@ -39,11 +40,11 @@ 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
|
||||
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
|
||||
map ee shell gpe enc %s
|
||||
map ed shell gpe dec %s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue