Update 2024-01-24 08:07 OpenBSD/amd64-x13
This commit is contained in:
parent
a01704a24b
commit
2568ee3a49
2
.kshrc
2
.kshrc
@ -30,7 +30,7 @@ export LANG LC_ALL LC_MESSAGES LC_NUMERIC LC_TIME
|
|||||||
### SOFTWARE PREFERENCES
|
### SOFTWARE PREFERENCES
|
||||||
EDITOR="vim"
|
EDITOR="vim"
|
||||||
VISUAL="vim"
|
VISUAL="vim"
|
||||||
BROWSER="luakit"
|
BROWSER="chrome"
|
||||||
PAGER="less"
|
PAGER="less"
|
||||||
export EDITOR VISUAL BROWSER PAGER
|
export EDITOR VISUAL BROWSER PAGER
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ noremap <leader>tt :TagbarToggle<CR>
|
|||||||
set tags=./tags;/
|
set tags=./tags;/
|
||||||
"nnoremap gt :cs find 1 <C-R>=expand("<cword>")<CR><CR>
|
"nnoremap gt :cs find 1 <C-R>=expand("<cword>")<CR><CR>
|
||||||
"nnoremap gs :cs find 4 <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>
|
"nnoremap gh :FSHere<CR>
|
||||||
|
|
||||||
let g:fzf_tags_prompt = "Gd "
|
let g:fzf_tags_prompt = "Gd "
|
||||||
|
Loading…
Reference in New Issue
Block a user