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