Update 2025-02-07 10:15 Linux/x86_64-ld5587
This commit is contained in:
parent
8bce1b28b3
commit
3794862593
10
.kshrc
10
.kshrc
@ -168,11 +168,11 @@ pastebinvim() {
|
||||
}
|
||||
|
||||
# task warrior
|
||||
alias t=task
|
||||
alias ta="t add"
|
||||
alias tm="t mod"
|
||||
alias tc="t completed"
|
||||
alias tlog="t log +LOG"
|
||||
#alias t=task
|
||||
#alias ta="t add"
|
||||
#alias tm="t mod"
|
||||
#alias tc="t completed"
|
||||
#alias tlog="t log +LOG"
|
||||
|
||||
# social media
|
||||
alias tuta="tut -u 'sh@bsd.network uugrn@chaos.social'"
|
||||
|
10
.vim/vimrc
10
.vim/vimrc
@ -233,11 +233,11 @@ hi! link netrwMarkFile Search
|
||||
let tagsdir = trim(system("$HOME/.vim/bin/findtagsdir"))
|
||||
execute "set tags=".tagsdir."/tags"
|
||||
"set tags=.git/tags;.tags/tags; " Search tagfile backward recursive
|
||||
nnoremap gt <c-]> " Jump to tag (go tag)
|
||||
nnoremap gb <c-o> " Jump to last position (go back)
|
||||
nnoremap bg :ls<cr>:b " Jump to buffer number (buffer go)
|
||||
nnoremap bb :ls<cr>:b#<cr><cr> " Jump to last open buffer (buffer back)
|
||||
nnoremap :Lex<cr> " open file browser
|
||||
nnoremap gt <c-]>
|
||||
nnoremap gb <c-o>
|
||||
nnoremap bg :ls<cr>:b
|
||||
nnoremap bb :ls<cr>:b#<cr><cr>
|
||||
nnoremap :Lex<cr>
|
||||
|
||||
" PLUGIN: CSCOPE
|
||||
" I can never remember these keys.., or what they do
|
||||
|
Loading…
Reference in New Issue
Block a user