Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement #5

Merged
merged 9 commits into from
Nov 14, 2021
Merged

Improvement #5

merged 9 commits into from
Nov 14, 2021

Conversation

vrkansagara
Copy link
Owner

No description provided.

@vrkansagara vrkansagara added the enhancement New feature or request label Nov 14, 2021
@vrkansagara vrkansagara self-assigned this Nov 14, 2021
@@ -12,6 +12,7 @@
- [ ] Issue fix :- [coc.nvim] build/index.js not found, please install dependencies and compile coc.nvim by: yarn install
- [ ] while opening a large file and swtch between ctrl next/previous it take much time to load
- [ ] How to revert single change/current file using ( vim-fugitive /vim-gitgutter )
- [ ] Yank not working while switching between different terminal(, y works)
Copy link
Owner Author

@vrkansagara vrkansagara Nov 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is working as it is.

  • vim internal clip , y or d
  • system external clip with leader + p

Copy link
Owner Author

@vrkansagara vrkansagara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is all referece.

@@ -107,3 +107,22 @@ function! CallLanguageSpecifiF5()
silent! %s/\s\+$//e

endfunction

autocmd FileType * noremap <C-m> :call ExecuteCurrentFile()<cr>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will run any filetype file.

@@ -60,3 +61,9 @@ function! RefreshF5php()
" PHP Performance (insted of " use ')
" silent! %s/\"\([^"]*\)\"/'\1'/g
endfunction

" This function is dynamically called by hiting enter for filetype
function! Runphp()
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

initial function to run php file over cli. this can be taken as other filetype


" Adding automatons for when entering or leaving Vim
" Adding automatons for when entering or leaving Vim
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am not much happy with this session.vim f

@@ -77,3 +77,10 @@ nnoremap <leader>T :call LastWindow()<cr>
" inoremap <S-Tab> <C-D>
" vnoremap <Tab> >gv
" vnoremap <S-Tab> <gv

function! OnTabSwitch()
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes, I am lazy to reset original state of file which switching changes.

fi
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi

#### VRKANSAGARA @START
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bash is ultimately sh so it can run


" set runtimepath=$HOME/.vim/src,usr/share/vim/
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no more needed , original of terminal functionality. to identify vrkansagara/st usage

@vrkansagara vrkansagara merged commit 36c02fe into master Nov 14, 2021
vrkansagara added a commit that referenced this pull request Nov 17, 2021
vrkansagara added a commit that referenced this pull request Nov 17, 2021
vrkansagara added a commit that referenced this pull request Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant