diff options
| -rw-r--r-- | alias | 1 | ||||
| -rw-r--r-- | vimrc | 1 |
2 files changed, 2 insertions, 0 deletions
| @@ -90,6 +90,7 @@ cdg() { | |||
| 90 | cd ~/git/$1 || cd ~/git | 90 | cd ~/git/$1 || cd ~/git |
| 91 | } | 91 | } |
| 92 | alias cda='mkdir -p ~/data && cd ~/data' | 92 | alias cda='mkdir -p ~/data && cd ~/data' |
| 93 | alias cdc='cd ~/.config' | ||
| 93 | alias cdd='cd ~/Downloads' | 94 | alias cdd='cd ~/Downloads' |
| 94 | alias cdD='cd ~/Documents' | 95 | alias cdD='cd ~/Documents' |
| 95 | alias cdP='cd ~/Pictures' | 96 | alias cdP='cd ~/Pictures' |
| @@ -20,6 +20,7 @@ function! Bye() | |||
| 20 | endif | 20 | endif |
| 21 | endfunction | 21 | endfunction |
| 22 | nnoremap <silent> <C-C> :call Bye()<CR> | 22 | nnoremap <silent> <C-C> :call Bye()<CR> |
| 23 | nnoremap <silent> <C-S-C> :q!<CR> | ||
| 23 | nnoremap <leader>, :.terminal ++noclose<CR> | 24 | nnoremap <leader>, :.terminal ++noclose<CR> |
| 24 | vnoremap <leader>, :terminal ++noclose<CR> | 25 | vnoremap <leader>, :terminal ++noclose<CR> |
| 25 | nnoremap <leader>< :%terminal ++noclose<CR> | 26 | nnoremap <leader>< :%terminal ++noclose<CR> |