mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
disable command-t custom mappings (and rather use ,b)
This commit is contained in:
parent
fae76d3a93
commit
00c5774e71
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
|
@ -116,10 +116,10 @@ set swb=usetab "make :sb <filename> go to tabs too
|
|||
"key mappings
|
||||
let mapleader = ','
|
||||
|
||||
"Command-T mappings
|
||||
"Command-T options
|
||||
let g:CommandTMatchWindowReverse=1
|
||||
let g:CommandTAcceptSelectionTabMap='<CR>'
|
||||
let g:CommandTAcceptSelectionMap='<C-r>'
|
||||
"let g:CommandTAcceptSelectionTabMap='<CR>'
|
||||
"let g:CommandTAcceptSelectionMap='<C-r>'
|
||||
|
||||
" xterm escape codes for osx-like cursor motion
|
||||
"noremap [1;3D <C-Left>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue