Update 2024-01-24 08:07 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-24 08:07:09 +01:00
parent a01704a24b
commit 2568ee3a49
2 changed files with 2 additions and 2 deletions

2
.kshrc
View File

@ -30,7 +30,7 @@ export LANG LC_ALL LC_MESSAGES LC_NUMERIC LC_TIME
### SOFTWARE PREFERENCES
EDITOR="vim"
VISUAL="vim"
BROWSER="luakit"
BROWSER="chrome"
PAGER="less"
export EDITOR VISUAL BROWSER PAGER

View File

@ -102,7 +102,7 @@ noremap <leader>tt :TagbarToggle<CR>
set tags=./tags;/
"nnoremap gt :cs find 1 <C-R>=expand("<cword>")<CR><CR>
"nnoremap gs :cs find 4 <C-R>=expand("<cword>")<CR><CR>
"nnoremap gb <c-o>
nnoremap gb <c-o>
"nnoremap gh :FSHere<CR>
let g:fzf_tags_prompt = "Gd "