Skip to content

Commit

Permalink
Fix col
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-McKinney committed Jul 27, 2024
1 parent f4ee208 commit 6e7d425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-file-nvim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
tmux split-window -h -c "#{pane_current_path}" "echo \"$files\" |
sed '/^[[:space:]]*$/d' |
fzf -m |
sed -E 's/([^:]+):([0-9]+):([0-9]+)/-c e \1 \| normal \2G\3/g' |
sed -E 's/([^:]+):([0-9]+):([0-9]+)/-c e \1 \| normal \2G\3\|/g' |
xargs -I {} $EDITOR {}"
fi

Expand Down

0 comments on commit 6e7d425

Please sign in to comment.