minus-squarephilwills@programming.devtoNeovim@programming.dev•What is the default mapping for Ctrl-h in Insert Mode?linkfedilinkarrow-up3·edit-21 year agoYou probably already thought of this, but just in case, are you switching to normal before calling the command switch panes? inoremap <silent> <c-h> <esc>:silent call TmuxMove('h')<cr> Edit: if this doesn’t work I give up… linkfedilink
You probably already thought of this, but just in case, are you switching to normal before calling the command switch panes?
inoremap <silent> <c-h> <esc>:silent call TmuxMove('h')<cr>
Edit: if this doesn’t work I give up…