Update 2025-02-07 10:15 Linux/x86_64-ld5587

This commit is contained in:
c0dev0id
2025-02-07 10:15:31 +01:00
parent 8bce1b28b3
commit 3794862593
2 changed files with 10 additions and 10 deletions

View File

@@ -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