Skip to content

Commit

Permalink
remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed Jan 6, 2024
1 parent 1729097 commit 841966c
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 83 deletions.
18 changes: 0 additions & 18 deletions bin/dcs

This file was deleted.

18 changes: 0 additions & 18 deletions bin/imshow

This file was deleted.

17 changes: 0 additions & 17 deletions bin/osc52

This file was deleted.

18 changes: 0 additions & 18 deletions bin/rcsync

This file was deleted.

1 change: 0 additions & 1 deletion nvmrc

This file was deleted.

3 changes: 0 additions & 3 deletions rclonefilter

This file was deleted.

1 change: 0 additions & 1 deletion tools/locations
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ tmux.conf

gitconfig
gitignore
nvmrc
1 change: 0 additions & 1 deletion vim/ftdetect/jsx.vim

This file was deleted.

3 changes: 0 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ nnoremap k gk
" clear search highlight
nnoremap <leader>l :nohlsearch<CR>
" send yanked stuff to clipboard with OSC52
nnoremap <C-c> :exec "!printf ".shellescape(system('osc52', @0))<CR><CR>
" toggles
nnoremap <leader>w :set invlist list?<CR>
nnoremap <leader>p :set invpaste paste?<CR>
Expand Down
3 changes: 0 additions & 3 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ source $ZSH/oh-my-zsh.sh
autoload -U promptinit; promptinit
prompt pure

# User configuration
export TZ='Asia/Singapore'

bindkey -v

# vi style incremental search
Expand Down

0 comments on commit 841966c

Please sign in to comment.