Single function to add/commit/push gists (gpsgst)
other aliases/functions: - untar: extract .tar files - ideb: install .deb files - dum: display directory sizes in terminal
This commit is contained in:
@@ -4,7 +4,8 @@ URxvt.font: xft:hack:size=12
|
||||
URxvt*inheritPixmap: true
|
||||
URxvt*transparent: true
|
||||
! URxvt*shading: 0 to 99 darkens, 101 to 200 lightens
|
||||
URxvt*shading: 40
|
||||
! URxvt*shading: 40
|
||||
URxvt*shading: 20
|
||||
/* }}} transparency */
|
||||
|
||||
URxvt.scrollBar: false
|
||||
|
||||
@@ -140,6 +140,8 @@ nnoremap <C-w> <C-W>|
|
||||
|
||||
" leader mappings {{{ "
|
||||
let mapleader="\<Space>"
|
||||
" replace vim-commentary Markdown comments with HTML
|
||||
nnoremap <leader>cmt :%s/>\(.*\)>/<!---\1-->/g<CR>
|
||||
" reload file
|
||||
nnoremap <leader>e :e<CR>
|
||||
" reload folds
|
||||
|
||||
Reference in New Issue
Block a user