Skip to content

Commit 74d16e3

Browse files
Matt McKeonwidox
Matt McKeon
authored andcommitted
Add shortcut to find unicode chars
1 parent 033a2fc commit 74d16e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vimrc

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ nnoremap <leader><leader> <c-^>
9797
9898
nnoremap <leader>o o<Esc>
9999
100+
" find all non-ASCII (unicode) characters
101+
map <leader>u /[^ -~]<CR>
100102
101103
",v brings up my .vimrc
102104
"",V reloads it -- making all changes active (have to save first)

0 commit comments

Comments
 (0)