Compare commits
2 Commits
a7f548e948
...
30e3ab0742
| Author | SHA1 | Date |
|---|---|---|
|
|
30e3ab0742 | |
|
|
4cf3083fd8 |
4
.profile
4
.profile
|
|
@ -2,8 +2,8 @@
|
||||||
# ~/.profile -- Included by .bash_profile; includes ~/.profile.local
|
# ~/.profile -- Included by .bash_profile; includes ~/.profile.local
|
||||||
#
|
#
|
||||||
|
|
||||||
# SSH key agent is started by systemd user
|
# SSH key agent
|
||||||
#export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.sock"
|
[[ -e "$XDG_RUNTIME_DIR/gcr/ssh" ]] && export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
||||||
|
|
||||||
# GPG key stuff
|
# GPG key stuff
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
|
||||||
3
.vimrc
3
.vimrc
|
|
@ -139,6 +139,9 @@ inoremap <A-j> <C-o>j
|
||||||
inoremap <A-k> <C-o>k
|
inoremap <A-k> <C-o>k
|
||||||
inoremap <A-l> <C-o>l
|
inoremap <A-l> <C-o>l
|
||||||
|
|
||||||
|
" Unindent with Shift-Tab
|
||||||
|
inoremap <S-Tab> <C-o><<
|
||||||
|
|
||||||
" Copy and to X clipboard (Ctrl-C in visual mode and Ctrl-V in insert mode)
|
" Copy and to X clipboard (Ctrl-C in visual mode and Ctrl-V in insert mode)
|
||||||
vmap <C-C> "+y
|
vmap <C-C> "+y
|
||||||
imap <C-V> <C-\><C-O>"+P
|
imap <C-V> <C-\><C-O>"+P
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue