You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,14 @@ This command will fail when changes have been made to the current buffer, unless
104
104
105
105
### The `:NoteFromSelectedText` command
106
106
107
-
When you execute this command it will start a new note with the selected text as the title of the note.
107
+
Start a new note in the current window with the selected text as the title of the note. The name of this command isn't very well suited to daily use, however the idea is that users will define their own mapping to invoke this command. For example:
108
+
109
+
" Map \ns in visual mode to start new note with selected text as title.
110
+
vmap <Leader>ns :NoteFromSelectedText<CR>
111
+
112
+
### The `:SplitNoteFromSelectedText` command
113
+
114
+
Same as `:NoteFromSelectedText` but opens the new note in a vertical split window.
0 commit comments