update sessionizer paths
This commit is contained in:
parent
b9ca1ccb4c
commit
fc16a5466b
|
@ -125,7 +125,7 @@ nnoremap <leader>gpl :Dispatch! git pull<CR>
|
|||
|
||||
" Copy to system clipboard
|
||||
vnoremap <leader>y "*y
|
||||
nnoremap <leader>y "*<y
|
||||
vnoremap <leader>yy "+y
|
||||
|
||||
" Move buffers
|
||||
nmap sp :bprev<Return>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
if [[ $# -eq 1 ]]; then
|
||||
selected=$1
|
||||
else
|
||||
selected=$(find ~/.config ~/Development/nurx ~/Development ~/Development/keeps-next ~/Development/keeps-frontend -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
#selected=$(find ~/.config ~/Development/nurx ~/Development ~/Development/keeps-next ~/Development/keeps-frontend -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
selected=$(find ~/.config ~/Development/**/* -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
fi
|
||||
|
||||
if [[ -z $selected ]]; then
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
nodejs 16.16.0
|
||||
nodejs 16.18.1
|
||||
kubectl 1.23.6
|
||||
ruby 2.6.4
|
||||
|
|
Loading…
Reference in New Issue