1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

more stuff

This commit is contained in:
Connor Olding 2018-04-12 00:46:09 +02:00
parent b347b984ae
commit d0c9aeba75
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ unset x
#alias make="$(has colormake || has make)"
# just flags
export LESS='-SR'
export LESS='-SRQ'
alias db="dropbox_uploader"
alias fils="du -bahd1"
alias lsa="ls -A --group-directories-first"

View File

@ -288,6 +288,7 @@ nn <Leader>, :Tab /,\zs<cr>
" via bit101
nn - :E<cr>
nn _ :E <c-r>=expand('%:h')<cr><cr>
nn <Leader>f :E .<cr>
nn <Leader>F :E <c-r>=expand('%:h')<cr><cr>