Skip to content

Commit

Permalink
Add CMD-C mapping on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslav11 committed May 20, 2023
1 parent a44d04c commit b47647c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ colorscheme gruvbox
nmap <F1> <nop>
imap <F1> <nop>
" I sometimes use CMD-C to copy on MacOS.
" For this to work, I map CMD-C to M-] in iTerm2.
vmap <M-]> y
" Find files using Telescope command-line sugar.
let mapleader = "\<Space>"
nnoremap <leader>ff :Telescope find_files<cr>
Expand Down

0 comments on commit b47647c

Please sign in to comment.